diff options
author | Vincent Celier <celier@adacore.com> | 2007-06-06 12:51:44 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-06-06 12:51:44 +0200 |
commit | e08b38f55529d03241009f7ec4227af1b08e2e7b (patch) | |
tree | 4c99be52d880ac0c1736da9a0f6fcf0b4bbdc540 /gcc/ada/ug_words | |
parent | 9de6e08232cd4628b08fa92b802858189cce2a2f (diff) | |
download | gcc-e08b38f55529d03241009f7ec4227af1b08e2e7b.zip gcc-e08b38f55529d03241009f7ec4227af1b08e2e7b.tar.gz gcc-e08b38f55529d03241009f7ec4227af1b08e2e7b.tar.bz2 |
xgnatugn.adb: Allow dots to be used in ug_words (-gnatw.c and -gnatw.C)
2007-04-20 Vincent Celier <celier@adacore.com>
Robert Dewar <dewar@adacore.com>
* xgnatugn.adb: Allow dots to be used in ug_words (-gnatw.c and
-gnatw.C)
* gnat_ugn.texi: Fix ordering of -g switch for gnatmake
Document gnatbind switch -a
(case Constructions): Document that variables declarations are allowed
for previously declared variables.
Fix external lib project example
-gnatg: Indicate new VMS qualifier /GNAT_INTERNAL
Indicate that "#if not X or Y then" is not allowed in input files to
gnatprep.
Document gnatw.x and gnatw.X warning flags
Mention -Winline switch to activate warnings when back-end inlining is
ineffective.
Add gnatcheck rule descriptions
Describe how to use the GNAT driver to call a tool on a closure.
Describe how to run project-wide checks or metrics.
Document gnatbind's -R option
Updated to account for Ada 2005 support
* gnat_rm.texi (Case Construction): Allow variable declarations for
previously declared variables.
(Representation Clauses and Pragmas): Lift restriction on alignment
clauses for record types.
(Ada.Characters.*): Fix typo in reference to A.3.3(27).
Document No_Exception_Propagation restriction
Document No_Body pragma
Updated to account for Ada 2005 support; corrected some typos
(Implementation Defined Pragmas): Document pragma Universal_Aliasing.
* gnat-style.texi: Make it clear that we never use mode IN for
procedures or functions
* ug_words: Add entries for -gnatw.x and -gnatw.X
Add entries for -gnatw.c/.C
From-SVN: r125475
Diffstat (limited to 'gcc/ada/ug_words')
-rw-r--r-- | gcc/ada/ug_words | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/ug_words b/gcc/ada/ug_words index 420e0d7..bd4f779 100644 --- a/gcc/ada/ug_words +++ b/gcc/ada/ug_words @@ -116,6 +116,8 @@ gcc -c ^ GNAT COMPILE -gnatwB ^ /WARNINGS=NO_BAD_FIXED_VALUES -gnatwc ^ /WARNINGS=CONDITIONALS -gnatwC ^ /WARNINGS=NOCONDITIONALS +-gnatw.c ^ /WARNINGS=MISSING_COMPONENT_CLAUSES +-gnatw.C ^ /WARNINGS=NOMISSING_COMPONENT_CLAUSES -gnatwd ^ /WARNINGS=IMPLICIT_DEREFERENCE -gnatwD ^ /WARNINGS=NOIMPLICIT_DEREFERENCE -gnatwe ^ /WARNINGS=ERRORS @@ -155,6 +157,8 @@ gcc -c ^ GNAT COMPILE -gnatwW ^ /WARNINGS=NOLOWBOUND_ASSUMED -gnatwx ^ /WARNINGS=IMPORT_EXPORT_PRAGMAS -gnatwX ^ /WARNINGS=NOIMPORT_EXPORT_PRAGMAS +-gnatw.x ^ /WARNINGS=LOCAL_RAISE_HANDLING +-gnatw.X ^ /WARNINGS=NOLOCAL_RAISE_HANDLING -gnatwy ^ /WARNINGS=ADA_2005_COMPATIBILITY -gnatwY ^ /WARNINGS=NOADA_2005_COMPATIBILITY -gnatwz ^ /WARNINGS=UNCHECKED_CONVERSIONS |