aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb11
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index a22b521..4abd1f5 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -118,7 +118,7 @@ package body Debug is
-- d.y
-- d.z
- -- d.A Properly defer address aspect
+ -- d.A Read/write Aspect_Specifications hash table to tree
-- d.B
-- d.C Generate concatenation call, do not generate inline code
-- d.D
@@ -558,11 +558,10 @@ package body Debug is
-- d.w This flag turns off the scanning of loops to detect possible
-- infinite loops.
- -- d.A Properly defer address aspect. In the case where the expression
- -- of an address aspect is non-static, we should defer the evaluation
- -- of the expression till the freeze point, but this does not seem to
- -- work properly. So we have this debug switch temporarily so that we
- -- can easily investigate this problem.
+ -- d.A There seems to be a problem with ASIS if we activate the circuit
+ -- for reading and writing the aspect specification hash table, so
+ -- for now, this is controlled by the debug flag d.A. The hash table
+ -- is only written and read if this flag is set.
-- d.x No exception handlers in generated code. This causes exception
-- handlers to be eliminated from the generated code. They are still