aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/opt.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-20 10:41:44 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-20 10:41:44 +0200
commitff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0 (patch)
treecd580f83fa8c2bbdc7f124a7ec689c989f153195 /gcc/ada/opt.ads
parent26a43556c88b96c608246b39023bc698be3b751d (diff)
downloadgcc-ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0.zip
gcc-ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0.tar.gz
gcc-ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0.tar.bz2
[multiple changes]
2009-04-20 Arnaud Charlet <charlet@adacore.com> * opt.ads (Inspector_Mode): Update documentation of this flag. 2009-04-20 Thomas Quinot <quinot@adacore.com> * g-socket.ads: Minor reformatting * socket.c, gsocket.h (__gnat_get_h_errno, VxWorks case): No need to consider S_resolvLib error codes since we only use the hostLib wrappers. 2009-04-20 Eric Botcazou <ebotcazou@adacore.com> * sem_ch3.adb (Build_Derived_Private_Type): Insert the declaration of the Underlying_Record_View after that of the derived type. From-SVN: r146371
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r--gcc/ada/opt.ads7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads
index 57ddd06..4964534 100644
--- a/gcc/ada/opt.ads
+++ b/gcc/ada/opt.ads
@@ -640,9 +640,10 @@ package Opt is
Inspector_Mode : Boolean renames Debug.Debug_Flag_Dot_II;
-- GNAT
-- True if compiling in inspector mode (-gnatd.I switch).
- -- Only relevant when VM_Target /= None. The compiler will attempt to
- -- generate code even in case of unsupported construct, so that the byte
- -- code can be used by static analysis tools.
+ -- Enable inspector mode, in particular SCIL generation.
+ -- When VM_Target /= None, the compiler will also attempt to
+ -- generate code even in case of unsupported construct instead of
+ -- displaying an error.
Invalid_Value_Used : Boolean := False;
-- GNAT