aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ug_words
diff options
context:
space:
mode:
authorVincent Celier <celier@adacore.com>2008-04-08 08:57:10 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-04-08 08:57:10 +0200
commit1a5f40e1b81b0e5306d41773faf5f77197fbfe04 (patch)
treee5090f510857d9b1a09deb5b01c340087bebfb34 /gcc/ada/ug_words
parentdaa5998b841124471f0a514209f1468f28c2e448 (diff)
downloadgcc-1a5f40e1b81b0e5306d41773faf5f77197fbfe04.zip
gcc-1a5f40e1b81b0e5306d41773faf5f77197fbfe04.tar.gz
gcc-1a5f40e1b81b0e5306d41773faf5f77197fbfe04.tar.bz2
vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when AAMP_On_Target is set.
2008-04-08 Vincent Celier <celier@adacore.com> Robert Dewar <dewar@adacore.com> * vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when AAMP_On_Target is set. * vms_data.ads: Add NOxxx to style check switch list Add entry COMPONENTS for -gnatVe Add VMS qualifiers for -eL (/FOLLOW_LINKS_FOR_FILES) and --subdirs= (/SUBDIRS=). (GCC_Switches): Add /ALL_BACK_END_WARNINGS. Add qualifiers for gnatmetric coupling options Add note that -gnata enables all checks Add entries [NO]PARAMETER_ORDER for -gnatw.p[P] Fix inconsistency for VMS qualifier for the gnatpp '-rnb' option New warning flag -gnatw.e * usage.adb: Add entries for -gnaty+ -gnaty- -gnatyy Add entry for -gnatyN (forgotten before) Line for new warning switch -gnatw.p New warning flag -gnatw.e * gnat_ugn.texi: Add documentation fpr project file switch -aP Document -gnaty - + y Replace occurences of "package specification" with "package spec" Define preprocessing symbols in documentation of gnatprep Clarify reason for distinguishing overflow checking Add documentation for project-aware tool switches -eL and --subdirs= Complete list of configuration pragmas Specify that, even when gnatmake switch -x is used, mains on the command line need to be sources of project files. Editing of gnatcheck/gnatmetric doc. Add documentation for -gnatw.p/-gnatw.P Add missing documentation for -fno-inline-functions. Add documentation for -gnatw.e * gnat_rm.texi: Add documentation for No_Default_Initialization Replace occurences of "package specification" with "package spec" Document use of * in Warnings Off string Update documentation of alignment/component clauses. Add documentation for Invalid_Value Document new consistency rule for Optimize_Alignment Add documentation for Precondition and Postcondition pragmas Add documentation for Check and Check_Policy pragmas Document new Enum_Val attribute Remove requirement for static string in pragma Assert Add documentation on GNAT.Time_Stamp * ug_words: add entry for -gnatVe Add entries for -gnat.p[P] /WARNINGS=[NO]PARAMETER_ORDER Add entry for -gnatw.e * debug.adb: Add missing documentation for d.a flag Document new -gnatd.a switch. Add documentation for new gnatmake debug switch -df From-SVN: r134060
Diffstat (limited to 'gcc/ada/ug_words')
-rw-r--r--gcc/ada/ug_words7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/ug_words b/gcc/ada/ug_words
index 3d8b83e..c167596 100644
--- a/gcc/ada/ug_words
+++ b/gcc/ada/ug_words
@@ -1,5 +1,5 @@
b_ ^ B_
-b~ ^ B$
+b~ ^ B__
cc1 ^ CC1
Cc1 ^ CC1
emacs ^ EMACS
@@ -99,6 +99,8 @@ gcc -c ^ GNAT COMPILE
-gnatVa ^ /VALIDITY_CHECKING=ALL
-gnatVc ^ /VALIDITY_CHECKING=COPIES
-gnatVd ^ /VALIDITY_CHECKING=DEFAULT
+-gnatVE ^ /VALIDITY_CHECKING=NOCOMPONENTS
+-gnatVe ^ /VALIDITY_CHECKING=COMPONENTS
-gnatVD ^ /VALIDITY_CHECKING=NODEFAULT
-gnatVf ^ /VALIDITY_CHECKING=FLOATS
-gnatVi ^ /VALIDITY_CHECKING=IN_PARAMS
@@ -123,6 +125,7 @@ gcc -c ^ GNAT COMPILE
-gnatwd ^ /WARNINGS=IMPLICIT_DEREFERENCE
-gnatwD ^ /WARNINGS=NOIMPLICIT_DEREFERENCE
-gnatwe ^ /WARNINGS=ERRORS
+-gnatw.e ^ /WARNINGS=EVERY
-gnatwf ^ /WARNINGS=UNREFERENCED_FORMALS
-gnatwF ^ /WARNINGS=NOUNREFERENCED_FORMALS
-gnatwg ^ /WARNINGS=UNRECOGNIZED_PRAGMAS
@@ -146,6 +149,8 @@ gcc -c ^ GNAT COMPILE
-gnatw.O ^ /WARNINGS=NOOUT_PARAM_UNREF
-gnatwp ^ /WARNINGS=INEFFECTIVE_INLINE
-gnatwP ^ /WARNINGS=NOINEFFECTIVE_INLINE
+-gnatw.p ^ /WARNINGS=PARAMETER_ORDER
+-gnatw.P ^ /WARNINGS=NO_PARAMETER_ORDER
-gnatwq ^ /WARNINGS=MISSING_PARENS
-gnatwQ ^ /WARNINGS=NOMISSING_PARENS
-gnatwr ^ /WARNINGS=REDUNDANT