diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-22 10:50:34 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-22 10:50:34 +0000 |
commit | 8f67614e570442b8e709e8f5b7715b6919556404 (patch) | |
tree | cbc3904c0e6afea160d66f909866dfcf312f9376 /gcc/ada/exp_prag.adb | |
parent | 33f4cefa88ccca1748ad2753a4e05718d8183253 (diff) | |
download | gcc-8f67614e570442b8e709e8f5b7715b6919556404.tar.gz |
2013-04-22 Yannick Moy <moy@adacore.com>
* exp_prag.adb, sinfo.ads, sem_prag.ads: Minor correction of typos in
comments.
* sem_ch6.adb (Expand_Contract_Cases): Add location to message.
2013-04-22 Thomas Quinot <quinot@adacore.com>
* sem_prag.adb (Fix_Error): For a pragma rewritten from another
pragma, fix up error message to include original pragma name.
* par_sco.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_prag.adb')
-rw-r--r-- | gcc/ada/exp_prag.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_prag.adb b/gcc/ada/exp_prag.adb index ae59ae1d35c..4e41efeacc7 100644 --- a/gcc/ada/exp_prag.adb +++ b/gcc/ada/exp_prag.adb @@ -1059,7 +1059,7 @@ package body Exp_Prag is end if; end Process_Variant; - -- Start of processing for Expand_Pragma_Loop_Assertion + -- Start of processing for Expand_Pragma_Loop_Variant begin -- Locate the enclosing loop for which this assertion applies. In the |