This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Ada] Discard_Names in HIE mode


Checked in for Robert.

  -Geert

2001-10-25  Robert Dewar <dewar@gnat.com>

	* restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default 
	in no run time mode.

*** restrict.adb	2001/09/30 05:20:22	1.38
--- restrict.adb	2001/10/08 02:13:57	1.39
***************
*** 378,383 ****
--- 378,384 ----
     begin
        No_Run_Time := True;
        Restrictions (No_Exception_Handlers) := True;
+       Opt.Global_Discard_Names := True;
     end Set_No_Run_Time_Mode;
  
     -------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]