From ff2e7c1ed0d02599e7052d0f75c9657f0dd0edc0 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 20 Apr 2009 10:41:44 +0200 Subject: [multiple changes] 2009-04-20 Arnaud Charlet * opt.ads (Inspector_Mode): Update documentation of this flag. 2009-04-20 Thomas Quinot * 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 * sem_ch3.adb (Build_Derived_Private_Type): Insert the declaration of the Underlying_Record_View after that of the derived type. From-SVN: r146371 --- gcc/ada/opt.ads | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gcc/ada/opt.ads') 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 -- cgit v1.1