diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-04-11 11:34:38 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-04-11 11:34:38 +0200 |
commit | 8fde064e1ac2202e45e3259304b718fcfff117fe (patch) | |
tree | c6a67e5823b05f4b5240ea682c04450ce56d2362 /gcc/ada/errout.ads | |
parent | 354c3840c8ff64c615c7365c5b0c1b04d2a38189 (diff) | |
download | gcc-8fde064e1ac2202e45e3259304b718fcfff117fe.zip gcc-8fde064e1ac2202e45e3259304b718fcfff117fe.tar.gz gcc-8fde064e1ac2202e45e3259304b718fcfff117fe.tar.bz2 |
[multiple changes]
2013-04-11 Robert Dewar <dewar@adacore.com>
* errout.ads: Minor reformatting.
* sem_eval.adb (Why_Not_Static): Now issues continuation messages
(Why_Not_Static): Test for aggregates behind string literals.
* sem_eval.ads (Why_Not_Static): Now issues continuation messages.
2013-04-11 Robert Dewar <dewar@adacore.com>
* exp_ch4.adb (Expand_Concatenation): Wrap expansion in
Expressions_With_Actions.
2013-04-11 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb (Base_Types_Match): For an actual type in an
instance, the base type may itself be a subtype, so find true
base type to determine compatibility.
From-SVN: r197745
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r-- | gcc/ada/errout.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads index 1dd232b..1e95b17 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -242,7 +242,7 @@ package Errout is -- messages starting with the \ insertion character). The effect of the -- use of ! in a parent message automatically applies to all of its -- continuation messages (since we clearly don't want any case in which - -- continuations are separated from the parent message. It is allowable + -- continuations are separated from the main message). It is allowable -- to put ! in continuation messages, and the usual style is to include -- it, since it makes it clear that the continuation is part of an -- unconditional message. |