diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-10-10 16:32:30 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-10-10 16:32:30 +0200 |
commit | d6cd5d3493f6fb565ff9300577deeebe37143673 (patch) | |
tree | 61cbeeedcbb69a0c2d6e113c5f6afb4a66672e5c /gcc/ada/a-except.adb | |
parent | 33b87152da3942dfc8f34c6447a6bfed307fca0e (diff) | |
download | gcc-d6cd5d3493f6fb565ff9300577deeebe37143673.zip gcc-d6cd5d3493f6fb565ff9300577deeebe37143673.tar.gz gcc-d6cd5d3493f6fb565ff9300577deeebe37143673.tar.bz2 |
[multiple changes]
2014-10-10 Gary Dismukes <dismukes@adacore.com>
* sinfo.ads, gnat_ugn.texi, a-except.adb, a-except-2005.adb,
raise-gcc.c Spelling changes (prolog => prologue, epilog => epilogue).
2014-10-10 Ed Schonberg <schonberg@adacore.com>
* sem_ch5.adb (Is_Wrapped_In_Block): Handle properly blocks that
contain pragmas generated for loop invariants and type predicates.
Clarify use of this subprogram.
From-SVN: r216087
Diffstat (limited to 'gcc/ada/a-except.adb')
-rw-r--r-- | gcc/ada/a-except.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-except.adb b/gcc/ada/a-except.adb index a436d6f..3ffd0a1 100644 --- a/gcc/ada/a-except.adb +++ b/gcc/ada/a-except.adb @@ -513,7 +513,7 @@ package body Ada.Exceptions is -- None of these procedures ever returns (they raise an exception). By -- using pragma No_Return, we ensure that any junk code after the call, - -- such as normal return epilog stuff, can be eliminated). + -- such as normal return epilogue stuff, can be eliminated). pragma No_Return (Rcheck_CE_Access_Check); pragma No_Return (Rcheck_CE_Null_Access_Parameter); @@ -633,7 +633,7 @@ package body Ada.Exceptions is -- None of these procedures ever returns (they raise an exception). By -- using pragma No_Return, we ensure that any junk code after the call, - -- such as normal return epilog stuff, can be eliminated). + -- such as normal return epilogue stuff, can be eliminated). pragma No_Return (Rcheck_00); pragma No_Return (Rcheck_01); |