aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 12:32:18 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 12:32:18 +0200
commitd986066d17e534ec854499decc44436559a2db5d (patch)
tree572d399be53e494cace1738e96d721b8531789ca /gcc/ada/usage.adb
parentff4f0ed0936a9286310afadf6406386a1b198278 (diff)
downloadgcc-d986066d17e534ec854499decc44436559a2db5d.zip
gcc-d986066d17e534ec854499decc44436559a2db5d.tar.gz
gcc-d986066d17e534ec854499decc44436559a2db5d.tar.bz2
[multiple changes]
2011-08-29 Robert Dewar <dewar@adacore.com> * snames.adb-tmpl, sem_ch13.adb: Minor reformatting Minor code reorganization. 2011-08-29 Bob Duff <duff@adacore.com> * usage.adb (-gnatwy): Fix documentation: this switch applies to Ada 2012, not just Ada 2005. 2011-08-29 Vincent Celier <celier@adacore.com> * gnat_ugn.texi: Indicate that when the compiler is called by gnatmake with a project file or with gprbuid, if -gnatep= is specified, the builder may need to be invoked with -x. 2011-08-29 Tristan Gingold <gingold@adacore.com> * a-exexpr-gcc.adb: Minor comment fix. From-SVN: r178192
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index 6c9839d..a4f09483 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -501,8 +501,8 @@ begin
Write_Line (" X turn off warnings for export/import");
Write_Line (" .x+ turn on warnings for non-local exception");
Write_Line (" .X* turn off warnings for non-local exception");
- Write_Line (" y*+ turn on warnings for Ada 2005 incompatibility");
- Write_Line (" Y turn off warnings for Ada 2005 incompatibility");
+ Write_Line (" y*+ turn on warnings for Ada compatibility issues");
+ Write_Line (" Y turn off warnings for Ada compatibility issues");
Write_Line (" z*+ turn on warnings for suspicious " &
"unchecked conversion");
Write_Line (" Z turn off warnings for suspicious " &