aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 21:48:43 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 21:48:43 +0200
commitca0cb93e349680470ab76b29525e63f6f8dd3ba5 (patch)
treef025f60bafaee20c328c94c38e321e219aa0b1b5 /gcc/ada/debug.adb
parentdc2cf706b84723741ca863f04fcfde3834e60747 (diff)
downloadgcc-ca0cb93e349680470ab76b29525e63f6f8dd3ba5.zip
gcc-ca0cb93e349680470ab76b29525e63f6f8dd3ba5.tar.gz
gcc-ca0cb93e349680470ab76b29525e63f6f8dd3ba5.tar.bz2
[multiple changes]
2010-06-18 Ed Schonberg <schonberg@adacore.com> * freeze.adb (Build_And_Analyze_Renamed_Body): If the renaming declaration appears in the same unit and ealier than the renamed entity, retain generated body to prevent order-of-elaboration issues in gigi. 2010-06-18 Arnaud Charlet <charlet@adacore.com> * s-tpoben.adb: Update comments. 2010-06-18 Robert Dewar <dewar@adacore.com> * debug.adb: Minor comment change. From-SVN: r161010
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 5f7f26b..b7f750d 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -597,8 +597,10 @@ package body Debug is
-- scheme has problems.
-- d.Z This flag enables the frontend call-graph output associated with
- -- dispatching calls. Available only during the development of this
- -- new output.
+ -- dispatching calls. This is a temporary debug flag to be used during
+ -- development of this output. Once it works, it will always be output
+ -- (as part of the standard call-graph output) by default, and this
+ -- flag will be removed.
-- d1 Error messages have node numbers where possible. Normally error
-- messages have only source locations. This option is useful when