diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-15 09:35:45 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-15 09:35:45 +0000 |
commit | 87d5c1d0a1c4aff8c479ddd4f39e54b35cb021ec (patch) | |
tree | 236f78145523a354203e9f55dd18d01ebe51d0b1 /gcc/ada/erroutc.ads | |
parent | 50171e4b1f3f6cc294517fceee27260ba86d7272 (diff) | |
download | gcc-87d5c1d0a1c4aff8c479ddd4f39e54b35cb021ec.tar.gz |
2006-02-13 Robert Dewar <dewar@adacore.com>
* erroutc.ads, erroutc.adb (Set_Message_Blank): Don't insert space
after hyphen (small aesthetic change useful for a range of numbers
using ^-^.
Suppress range checks for a couple of assignments which otherwise
cause validity checks with validity checking turned on.
* sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Size):
Improvement in error message for object.
(Rep_Item_Too_Late): Remove '!' in warning message.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/erroutc.ads')
-rw-r--r-- | gcc/ada/erroutc.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/erroutc.ads b/gcc/ada/erroutc.ads index bde057483b8..8ad6d51c3ec 100644 --- a/gcc/ada/erroutc.ads +++ b/gcc/ada/erroutc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -307,8 +307,8 @@ package Erroutc is procedure Set_Msg_Blank; -- Sets a single blank in the message if the preceding character is a - -- non-blank character other than a left parenthesis. Has no effect if - -- manual quote mode is turned on. + -- non-blank character other than a left parenthesis or minus. Has no + -- effect if manual quote mode is turned on. procedure Set_Msg_Blank_Conditional; -- Sets a single blank in the message if the preceding character is a |