diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-04 08:52:52 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-04 08:52:52 +0000 |
commit | 19dde43a5444696b62f54433def1d7f240f4aa09 (patch) | |
tree | cf9117d20a6ae44e087010ef13e99f9d232e3109 /gcc/ada/errout.ads | |
parent | 0cafb06692a9f2f52e222239c0c3d95835d240f2 (diff) | |
download | gcc-19dde43a5444696b62f54433def1d7f240f4aa09.tar.gz |
2011-08-04 Javier Miranda <miranda@adacore.com>
* exp_strm.adb (Build_Array_Input_Function): if the array type is
constrained, do not attempt to build a subtype of it.
2011-08-04 Yannick Moy <moy@adacore.com>
* errout.ads Change comments: remove 'R'M as an example where quotes
are needed; add ALFA as another case where quotes are not needed
* erroutc.adb (Set_Msg_Insertion_Reserved_Word): add ALFA as another
case where quotes are not needed.
* sem_ch11.adb, sem_ch13.adb, sem_ch2.adb, sem_ch3.adb, sem_ch4.adb,
sem_ch5.adb, sem_ch6.adb, sem_ch9.adb, sem_prag.adb, sem_res.adb:
Remove all occurrences of 'A'L'F'A
2011-08-04 Ed Schonberg <schonberg@adacore.com>
* sem_ch13.adb: check legality of invariant pragma.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177335 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r-- | gcc/ada/errout.ads | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads index 2e850f88cdf..ef3dcc47c29 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -319,8 +319,8 @@ package Errout is -- Precedes a character which is placed literally into the message. -- Used to insert characters into messages that are one of the -- insertion characters defined here. Also useful in inserting - -- sequences of upper case letters (e.g. RM) which are not to be - -- treated as keywords. + -- sequences of upper case letters which are not to be treated as + -- keywords. -- Insertion character \ (Backslash: continuation message) -- Indicates that the message is a continuation of a message @@ -494,7 +494,9 @@ package Errout is -- Note: a special exception is that RM is never treated as a keyword -- but instead is copied literally into the message, this avoids the - -- need for writing 'R'M for all reference manual quotes. + -- need for writing 'R'M for all reference manual quotes. A similar + -- exception is applied to the occurrence of the string ALFA used in + -- error messages about the ALFA subset of Ada. -- In the case of names, the default mode for the error text processor -- is to surround the name by quotation marks automatically. The case |