From c236914646f38f11fc12e1a4a1957c2378c51171 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 7 Jul 2009 15:38:45 +0200 Subject: [multiple changes] 2009-07-07 Gary Dismukes * exp_ch6.adb (Expand_Actuals): Call Add_Call_By_Copy_Code for in out parameters when the subtype of the actual is not known to be a subrange of the formal's subtype. (Expand_Call): Generate a range check only in the E_In_parameter case (in out parameter range checks are now handled in Expand_Actuals). * exp_ch4.adb (Expand_N_Slice): Restore code that calls Enable_Range_Check. 2009-07-07 Robert Dewar * a-stwise.adb, a-stzsea.adb, a-strsea.adb: Add comments 2009-07-07 Javier Miranda * exp_disp.adb (Expand_Interface_Conversion): Handle access type whose designated type comes from a limited views. 2009-07-07 Emmanuel Briot * prj.ads, prj-nmsc.adb (Mark_Excluded_Sources): Fix handling of locally removed files that are later made visible again in an importing project. 2009-07-07 Robert Dewar * gnat_rm.texi: Clarify documentation of Stream_Convert pragma 2009-07-07 Sergey Rybin * gnat_ugn.texi: Add an example to the description of gnatcheck 'Style_Checks' rule option. 2009-07-07 Tristan Gingold * seh_init.c: Fix inline assembly statement in seh_init.c 2009-07-07 Ed Schonberg * sem_warn.adb (Check_References): Do not emit warnings on formals of an entry body. Only the formals of the entry declaration are traced. From-SVN: r149328 --- gcc/ada/prj.ads | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ada/prj.ads') diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index ad2a485..3889e66 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -1237,7 +1237,6 @@ package Prj is function Empty_Project return Project_Data; -- Return the representation of an empty project. - -- In Ada-only mode, the Ada language is also partly initialized function Is_Extending (Extending : Project_Id; -- cgit v1.1