diff options
author | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2017-11-16 10:12:15 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2017-11-16 10:12:15 +0000 |
commit | 19c6e49cf41cd483601dca9c1e69e1bfb486dd2e (patch) | |
tree | 725e8f46ba1df06a1de0a852f2eb3a0d589bc5a8 /gcc/ada/errout.ads | |
parent | 6361db43b2a245e9b38cfb84d4f725e8c410812f (diff) | |
download | gcc-19c6e49cf41cd483601dca9c1e69e1bfb486dd2e.zip gcc-19c6e49cf41cd483601dca9c1e69e1bfb486dd2e.tar.gz gcc-19c6e49cf41cd483601dca9c1e69e1bfb486dd2e.tar.bz2 |
[multiple changes]
2017-11-16 Hristian Kirtchev <kirtchev@adacore.com>
* sem_elab.adb (Include): Including a node which is also a compilation
unit terminates the search because there are no more lists to examine.
2017-11-16 Hristian Kirtchev <kirtchev@adacore.com>
* sem_ch8.adb (Analyze_Subprogram_Renaming): Ensure that a renaming
declaration does not define a primitive operation of a tagged type for
SPARK.
(Check_SPARK_Primitive_Operation): New routine.
2017-11-16 Arnaud Charlet <charlet@adacore.com>
* libgnat/a-elchha.adb (Last_Chance_Handler): Display Argv (0) in
message when using -E binder switch.
2017-11-16 Piotr Trojanek <trojanek@adacore.com>
* errout.ads: Fix minor typo in comment.
From-SVN: r254804
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 d3de0ad..1d8b8fc 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -218,7 +218,7 @@ package Errout is -- Insertion character } (Right brace: insert type reference) -- The character } is replaced by a string describing the type -- referenced by the entity whose Id is stored in Error_Msg_Node_1. - -- the string gives the name or description of the type, and also + -- The string gives the name or description of the type, and also -- where appropriate the location of its declaration. Special cases -- like "some integer type" are handled appropriately. Only one } is -- allowed in a message, since there is not enough room for two (the |