diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-10-26 15:00:05 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-10-26 15:00:05 +0200 |
commit | 880dabb586a7da7a9198319daef82bf87df7422c (patch) | |
tree | a00f59d391906e9e2674b5607e6baf48f833deec /gcc/ada/exp_ch4.adb | |
parent | 392314047357798f0dffb3e5582f890489a3204f (diff) | |
download | gcc-880dabb586a7da7a9198319daef82bf87df7422c.zip gcc-880dabb586a7da7a9198319daef82bf87df7422c.tar.gz gcc-880dabb586a7da7a9198319daef82bf87df7422c.tar.bz2 |
[multiple changes]
2010-10-26 Robert Dewar <dewar@adacore.com>
* opt.ads: Comment fix.
* sem_cat.adb: Treat categorization errors as warnings in GNAT Mode.
* switch-c.adb: GNAT Mode does not set
Treat_Categorization_Errors_As_Warnings.
2010-10-26 Ed Schonberg <schonberg@adacore.com>
* sem_ch8.adb (Analyze_Subprogram_Renaming): Improve warning when an
operator renames another one with a different name.
2010-10-26 Thomas Quinot <quinot@adacore.com>
* exp_ch4.adb, exp_pakd.adb: Minor reformatting.
From-SVN: r165956
Diffstat (limited to 'gcc/ada/exp_ch4.adb')
-rw-r--r-- | gcc/ada/exp_ch4.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index cbd8a2e..5f4cb6a 100644 --- a/gcc/ada/exp_ch4.adb +++ b/gcc/ada/exp_ch4.adb @@ -6987,8 +6987,8 @@ package body Exp_Ch4 is return; end if; - -- For the VMS "not" on signed integer types, use conversion to and - -- from a predefined modular type. + -- For the VMS "not" on signed integer types, use conversion to and from + -- a predefined modular type. if Is_VMS_Operator (Entity (N)) then declare |