From 7b966a95465c9af78959a53c93fff608c9158748 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 17 Jul 2014 08:52:30 +0200 Subject: [multiple changes] 2014-07-17 Vincent Celier * gnatbind.adb: Change in message "try ... for more information". 2014-07-17 Robert Dewar * sprint.adb: Code clean up. 2014-07-17 Hristian Kirtchev * exp_ch7.adb (Find_Last_Init): Relocate local variables to the relevant code section. Add new local constant Obj_Id. When a limited controlled object is initialized by a function call, the build-in-place object access function call acts as the last initialization statement. * exp_util.adb (Is_Object_Access_BIP_Func_Call): New routine. (Is_Secondary_Stack_BIP_Func_Call): Code reformatting. * exp_util.ads (Is_Object_Access_BIP_Func_Call): New routine. 2014-07-17 Ed Schonberg * sem_ch8.adb (Analyze_Generic_Renaming): For generic subprograms, propagate intrinsic flag to renamed entity, to allow e.g. renaming of Unchecked_Conversion. * sem_ch3.adb (Analyze_Declarations): Do not analyze contracts if the declaration has errors. 2014-07-17 Ed Schonberg * a-rbtgbk.adb: a-rbtgbk.adb (Generic_Insert_Post): Check whether container is busy before checking whether capacity allows for a further insertion. Insertion in a busy container that is full raises Program_Error rather than Capacity_Error. Previous to that patch which exception was raised varied among container types. From-SVN: r212730 --- gcc/ada/gnatbind.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/gnatbind.adb') diff --git a/gcc/ada/gnatbind.adb b/gcc/ada/gnatbind.adb index 82da065..6383e81 100644 --- a/gcc/ada/gnatbind.adb +++ b/gcc/ada/gnatbind.adb @@ -672,7 +672,7 @@ begin if Argument_Count = 0 then Bindusg.Display; else - Write_Line ("try `gnatbind --help` for more information."); + Write_Line ("try ""gnatbind --help"" for more information."); end if; Exit_Program (E_Fatal); -- cgit v1.1