diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-20 13:24:27 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-20 13:24:27 +0000 |
commit | 716383d80338e2f1720a8c2217593e5d5d18e0db (patch) | |
tree | 46902613a8d3d543bc4764d901410ddc3c4cf446 /gcc/ada/debug.adb | |
parent | d0a7d0511226c237e403ae2994c4c49454071568 (diff) | |
download | gcc-716383d80338e2f1720a8c2217593e5d5d18e0db.tar.gz |
2009-04-20 Bob Duff <duff@adacore.com>
* sem.adb, gnat1drv.adb, debug.adb: Use the -gnatd.W switch to control
debugging output.
2009-04-20 Robert Dewar <dewar@adacore.com>
* sem_attr.adb: Minor reformatting
* gnatcmd.adb: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 462975607df..8cb47ac5886 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -140,7 +140,7 @@ package body Debug is -- d.T Force Optimize_Alignment (Time) -- d.U -- d.V - -- d.W + -- d.W Print out debugging information for Walk_Library_Items -- d.X -- d.Y -- d.Z @@ -559,6 +559,10 @@ package body Debug is -- d.T Force Optimize_Alignment (Time) mode as the default + -- d.W Print out debugging information for Walk_Library_Items, including + -- the order in which units are walked. This is primarily for SofCheck + -- Inspector. + -- d1 Error messages have node numbers where possible. Normally error -- messages have only source locations. This option is useful when -- debugging errors caused by expanded code, where the source location |