diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-05-21 15:08:13 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-05-21 15:08:13 +0200 |
commit | 23e28b42173b30e3ebe2b8e5765b01dc7fd60da2 (patch) | |
tree | 975fd0944fae6262222dccf289f20d09a24008ef /gcc/ada/errout.ads | |
parent | b7b92f15d30a1cae3d59af69dad849fe4025f24f (diff) | |
download | gcc-23e28b42173b30e3ebe2b8e5765b01dc7fd60da2.zip gcc-23e28b42173b30e3ebe2b8e5765b01dc7fd60da2.tar.gz gcc-23e28b42173b30e3ebe2b8e5765b01dc7fd60da2.tar.bz2 |
[multiple changes]
2014-05-21 Robert Dewar <dewar@adacore.com>
* sem_elab.adb, prj-dect.adb: Minor reformatting.
2014-05-21 Robert Dewar <dewar@adacore.com>
* erroutc.ads: Minor comment addition.
2014-05-21 Robert Dewar <dewar@adacore.com>
* errout.ads: Add documentation for use of >*> tag.
* restrict.adb: Make sure we use >*> tag for restriction warnings.
2014-05-21 Gary Dismukes <dismukes@adacore.com>
* debug.adb: Add case of illegal overriding_indicator for a
protected subprogram body to description of -gnatd.E switch.
* sem_ch6.adb (Verify_Overriding_Indicator): Issue error message
for cases of giving overriding_indicators on protected subprogram
bodies, but change this to a warning if -gnatd.E is enabled. No
longer give a style warning about missing indicators on protected
subprogram bodies.
From-SVN: r210704
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r-- | gcc/ada/errout.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads index 8c561fb..a42d3db 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -312,10 +312,10 @@ package Errout is -- Insertion character < (Less Than: conditional warning message) -- The character < appearing anywhere in a message is used for a -- conditional error message. If Error_Msg_Warn is True, then the - -- effect is the same as ? described above, and in particular << and - -- <X< have the effect of ?? and ?X? respectively. If Error_Msg_Warn - -- is False, then the < << or <X< sequence is ignored and the message - -- is treated as a error rather than a warning. + -- effect is the same as ? described above, and in particular << + -- <X< and <*< have the effect of ?? ?X? and ?*? respectively. If + -- Error_Msg_Warn is False, then the < << or <X< sequence is ignored + -- and the message is treated as a error rather than a warning. -- Insertion character A-Z (Upper case letter: Ada reserved word) -- If two or more upper case letters appear in the message, they are |