diff options
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index a4e83a9fad7..e3c53dda462 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -105,7 +105,7 @@ package body Debug is -- d.l Use Ada 95 semantics for limited function returns -- d.m For -gnatl, print full source only for main unit -- d.n Print source file names - -- d.o + -- d.o Conservative elaboration order for indirect calls -- d.p -- d.q -- d.r Enable OK_To_Reorder_Components in non-variant records @@ -556,6 +556,9 @@ package body Debug is -- compiler has a bug -- these are the files that need to be included -- in a bug report. + -- d.o Conservative elaboration order for indirect calls. This causes + -- P'Access to be treated as a call in more cases. + -- d.r Forces the flag OK_To_Reorder_Components to be set in all record -- base types that have no discriminants. |