]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Complete previous change.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Apr 2009 09:30:20 +0000 (11:30 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Apr 2009 09:30:20 +0000 (11:30 +0200)
From-SVN: r146383

gcc/ada/switch-c.adb

index dc8538363de46249882d0c0bcd7214b7c72968f9..28ed6c50c45f788edce9838a7681bd30b9558060 100644 (file)
@@ -230,6 +230,7 @@ package body Switch.C is
 
                if Tree_Output then
                   ASIS_Mode := True;
+                  Inspector_Mode := False;
                end if;
 
             --  Processing for d switch
@@ -771,6 +772,7 @@ package body Switch.C is
 
                if Operating_Mode = Check_Semantics then
                   ASIS_Mode := True;
+                  Inspector_Mode := False;
                end if;
 
                Back_Annotate_Rep_Info := True;