aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-06-13 12:06:13 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-06-13 12:06:13 +0200
commit17a3564142202cb76c9fede9cd489d9769f5560b (patch)
treed7edba94051e2f05d3b33ffe825fe4650e50e863 /gcc/ada/debug.adb
parent19634e40b7f905c8bb5ff7f1095829b91b718532 (diff)
downloadgcc-17a3564142202cb76c9fede9cd489d9769f5560b.zip
gcc-17a3564142202cb76c9fede9cd489d9769f5560b.tar.gz
gcc-17a3564142202cb76c9fede9cd489d9769f5560b.tar.bz2
[multiple changes]
2014-06-13 Ben Brosgol <brosgol@adacore.com> * gnat_rm.texi: Minor fixes. * gnat_ugn.texi: Added a missing "@itemize". 2014-06-13 Robert Dewar <dewar@adacore.com> * debug.adb: Remove -gnatd.1 flag documentation. * layout.adb (Layout_Type): Remove special handling of size for anonymous access type. * sem_ch3.adb (Replace_Type): Remove special handling of size for anonymous access type. From-SVN: r211620
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb8
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 --
------------------------------------------