diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-06-13 10:20:53 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-06-13 10:20:53 +0000 |
commit | 2e1821c94cebb92802913ba7d8941bcf306b65f6 (patch) | |
tree | d0113c6bb07ea51e9404e924779d8e78843f1eae /gcc/ada/debug.adb | |
parent | 5c531488e524d48a0b96d771a14f9d94d38ccf75 (diff) | |
download | gcc-2e1821c94cebb92802913ba7d8941bcf306b65f6.tar.gz |
2014-06-13 Robert Dewar <dewar@adacore.com>
* exp_attr.adb (Expand_N_Attribute_Reference, case Pred/Succ): Change
reason to Overflow.
2014-06-13 Robert Dewar <dewar@adacore.com>
* makeutl.adb: Minor reformatting.
2014-06-13 Gail Schenker <schenker@adacore.com>
* debug.adb, sem_eval.adb (Why_Not_Static): Remove temporary code and
associated flag (d.z), no longer needed.
2014-06-13 Ed Schonberg <schonberg@adacore.com>
* sem_ch13.adb (Analyze_Aspect_Specifications): For Import and
Export aspects, do not check whether a corresponding Convention
aspect has been specified. Convention is optional in Ada2012,
and defaults to Convention_Ada.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index eaab4ffbebe..e54b631d241 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -116,7 +116,7 @@ package body Debug is -- d.w Do not check for infinite loops -- d.x No exception handlers -- d.y - -- d.z Temporary ASIS kludge for why non-static messages + -- d.z -- d.A Read/write Aspect_Specifications hash table to tree -- d.B @@ -599,11 +599,6 @@ package body Debug is -- fully compiled and analyzed, they just get eliminated from the -- code generation step. - -- d.z Temporary debug switch for control of the why non-static messages - -- generated by Why_Non_Static. Normally these messages are suppressed - -- in ASIS mode (d2), but if d.z is set they are not suppressed. This - -- is a temporary switch to aid in updating ASIS base lines. - -- d.A There seems to be a problem with ASIS if we activate the circuit -- for reading and writing the aspect specification hash table, so -- for now, this is controlled by the debug flag d.A. The hash table |