From: Arnaud Charlet Date: Mon, 20 Apr 2009 09:30:20 +0000 (+0200) Subject: Complete previous change. X-Git-Tag: releases/gcc-4.5.0~6383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=566fef1d5f3dc7d16c66ff7d599d50802655d0c6;p=thirdparty%2Fgcc.git Complete previous change. From-SVN: r146383 --- diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb index dc8538363de4..28ed6c50c45f 100644 --- a/gcc/ada/switch-c.adb +++ b/gcc/ada/switch-c.adb @@ -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;