summaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
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 5f7f26b0723..b7f750d506f 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