diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-20 15:17:47 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-20 15:17:47 +0000 |
commit | f5240217d5c268328c628ff4a515321fee0fdd1f (patch) | |
tree | 49280e053832bf89e7eedfcb2935b005943ffa5d /gcc/ada/comperr.adb | |
parent | 5e1428a83a7de1aacd91fd8a97e31f7b6d0a56a1 (diff) | |
download | gcc-f5240217d5c268328c628ff4a515321fee0fdd1f.tar.gz |
2014-11-20 Robert Dewar <dewar@adacore.com>
* s-tassta.adb, exp_aggr.adb, s-taskin.adb, exp_strm.adb: Minor
reformatting.
* comperr.adb (Compiler_Abort): New wording for bug box.
* par-ch13.adb: Minor reformatting.
* par-ch3.adb (P_Identifier_Declarations): Handle aspect
specifications given before initialization expression in object
declaration cleanly.
* gnat1drv.adb (Adjust_Global_Switches): Make sure static
elaboration mode is set if we are operating in SPARK mode.
* sem_ch12.adb (Analyze_Package_Instantiation): Make
sure static elab mode is set if we are in SPARK mode.
(Analyze_Subprogram_Instantiation): ditto.
(Set_Instance_Env): ditto.
* sem_elab.adb (Check_A_Call): In SPARK mode, we require
Elaborate_All in the case of a call during elaboration to a
subprogram in another unit.
2014-11-20 Ed Schonberg <schonberg@adacore.com>
* inline.adb (Can_Split_Unconstrained_Function,
Build_Procedure): Copy parameter type rather than creating
reference to the entity, to capture class-wide reference, whose
name is not retrieved by visibility.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217874 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/comperr.adb')
-rw-r--r-- | gcc/ada/comperr.adb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 7a9d7070cde..cabc028417b 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -367,21 +367,16 @@ package body Comperr is End_Line; Write_Str - ("| Include the exact gcc or gnatmake command " & - "that you entered."); + ("| Include the exact command that you entered."); End_Line; Write_Str - ("| Also include sources listed below in gnatchop format"); - End_Line; - - Write_Str - ("| (concatenated together with no headers between files)."); + ("| Also include sources listed below."); End_Line; if not Is_FSF_Version then Write_Str - ("| Use plain ASCII or MIME attachment."); + ("| Use plain ASCII or MIME attachment(s)."); End_Line; end if; end if; |