diff options
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 4e62365c..eaab4ff 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -155,7 +155,7 @@ package body Debug is -- d8 Force opposite endianness in packed stuff -- d9 Allow lock free implementation - -- d.1 Disable fix to make anonymous access types thin + -- d.1 -- d.2 -- d.3 -- d.4 @@ -733,12 +733,6 @@ package body Debug is -- d9 This allows lock free implementation for protected objects -- (see Exp_Ch9). - -- d.1 There is a problem with making anonymous access types which refer - -- to an unconstrained array thick. And we have a fix, which is to - -- make them thin always. Search for Debug_Flag_Dot_1 in layout.adb - -- and sem_ch3.adb to see the explanation for why we don't enable this - -- fix for now unless this debug flag is set. - ------------------------------------------ -- Documentation for Binder Debug Flags -- ------------------------------------------ |