diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-10-30 13:02:11 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-10-30 13:02:11 +0100 |
commit | 4b2d2c13d81f1b243838850fe98bbc6ccdfd77f2 (patch) | |
tree | 2deafb429054f3515e7f503d8ca6d1e15cf17dc6 /gcc/ada/usage.adb | |
parent | 110fcc77755c84bbc3d6472928da4bdf7a330238 (diff) | |
download | gcc-4b2d2c13d81f1b243838850fe98bbc6ccdfd77f2.zip gcc-4b2d2c13d81f1b243838850fe98bbc6ccdfd77f2.tar.gz gcc-4b2d2c13d81f1b243838850fe98bbc6ccdfd77f2.tar.bz2 |
[multiple changes]
2009-10-30 Robert Dewar <dewar@adacore.com>
* sem_res.adb (Resolve_Type_Conversion): Avoid false positive when
converting non-static subtype to "identical" static subtype.
2009-10-30 Ed Schonberg <schonberg@adacore.com>
* usage.adb: Add -gnatw.i switch.
2009-10-30 Vincent Celier <celier@adacore.com>
* xsnamest.adb: Update comments with regards to the template files
snames.*.tmpl
From-SVN: r153741
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r-- | gcc/ada/usage.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 6d70440..541496c 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -424,6 +424,8 @@ begin Write_Line (" H* turn off warnings for hiding variable"); Write_Line (" i* turn on warnings for implementation unit"); Write_Line (" I turn off warnings for implementation unit"); + Write_Line (" .i turn on warnings for overlapping actuals"); + Write_Line (" .I* turn off warnings for overlapping actuals"); Write_Line (" j turn on warnings for obsolescent " & "(annex J) feature"); Write_Line (" J* turn off warnings for obsolescent " & |