]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers, and -fopenmp.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 18 Mar 2009 21:14:53 +0000 (21:14 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Wed, 18 Mar 2009 21:14:53 +0000 (21:14 +0000)
gcc/
* c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
and -fopenmp.

gcc/java/
* lang.opt: Unify help text for -Wdeprecated.

gcc/fortran/
* lang.opt: Unify help texts for -I, -Wconversion, -d, -fopenmp,
and -fpreprocessed.

From-SVN: r144943

gcc/ChangeLog
gcc/c.opt
gcc/fortran/ChangeLog
gcc/fortran/lang.opt
gcc/java/ChangeLog
gcc/java/lang.opt

index 101e244af9670db51488894edb265e0c2a415c47..19b4a60fda15a0014aa910a09feb026d1597baaf 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
+       and -fopenmp.
+
 2009-03-18  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/35180
index 5f07aead908977fb7c83be3ea21eaf6e3bea9a4c..40681bdc377732fa1f756661cc33bf735607e14b 100644 (file)
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -185,7 +185,7 @@ Warn when a declaration is found after a statement
 
 Wdeprecated
 C C++ ObjC ObjC++ Var(warn_deprecated) Init(1) Warning
-Warn about deprecated compiler features
+Warn if a deprecated compiler feature, class, method, or field is used
 
 Wdiv-by-zero
 C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
@@ -446,7 +446,7 @@ Deprecated.  This switch has no effect
 
 Wsystem-headers
 C ObjC C++ ObjC++ Warning
-Do not suppress warnings from system headers
+; Documented in common.opt
 
 Wtraditional
 C ObjC Var(warn_traditional) Warning
@@ -691,7 +691,7 @@ Enable Objective-C setjmp exception handling runtime
 
 fopenmp
 C ObjC C++ ObjC++ Var(flag_openmp)
-Enable OpenMP
+Enable OpenMP (implies -frecursive in Fortran)
 
 foperator-names
 C++ ObjC++
index e91e90b28602c2d41d629cce55af403b1876d6ea..9cb9c94dcd6336d8b105e027aefb5f48334d4f84 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lang.opt: Unify help texts for -I, -Wconversion, -d, -fopenmp,
+       and -fpreprocessed.
+
 2009-03-06  Alexandre Oliva <aoliva@redhat.com>
 
        * simplify.c (gfc_simplify_transfer): Zero-initialize the
index e49ff76ee49c0b60367d9f3291671e576a354d63..64fd486e7a2c553a8d9fe28e5daae38de240b06f 100644 (file)
@@ -1,5 +1,5 @@
 ; Options for the Fortran 95 front end.
-; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
+; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
 ; Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
@@ -50,7 +50,7 @@ Fortran
 
 I
 Fortran Joined Separate
--I<directory>  Add a directory for INCLUDE and MODULE searching
+; Documented in C
 
 J
 Fortran Joined Separate
@@ -90,7 +90,7 @@ Warn about truncated character expressions
 
 Wconversion
 Fortran Warning
-Warn about implicit conversion
+; Documented in C
 
 Wimplicit-interface
 Fortran Warning
@@ -134,7 +134,7 @@ Disable preprocessing
 
 d
 Fortran Joined
--d[DIMNU]      Dump details about macro names and definitions during preprocessing
+; Documented in common.opt
 
 falign-commons
 Fortran
@@ -310,7 +310,7 @@ Set default accessibility of module entities to PRIVATE.
 
 fopenmp
 Fortran
-Enable OpenMP (also sets frecursive)
+; Documented in C
 
 fpack-derived
 Fortran
@@ -318,7 +318,7 @@ Try to lay out derived types as compactly as possible
 
 fpreprocessed
 Fortran
-Treat the input file as preprocessed
+; Documented in C
 
 frange-check
 Fortran
index 7726ca483d1e314b6d2a51575f051422341e0a1c..6a7e44fe11921836c93bcfcdb1fba2985498caf6 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lang.opt: Unify help text for -Wdeprecated.
+
 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
 
        * jcf-dump.c (version): Update copyright notice dates.
index 7947a1ac045d60a28626bf3628fc57c7a0783f68..8af1bd59e4601395a38bd7ccd0b7774119b2901b 100644 (file)
@@ -1,5 +1,5 @@
 ; Options for the Java front end.
-; Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2005, 2007, 2009 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -62,7 +62,7 @@ Java
 
 Wdeprecated
 Java Var(warn_deprecated) VarExists
-Warn if a deprecated compiler feature, class, method, or field is used
+; Documented for C
 
 Wextraneous-semicolon
 Java Var(flag_extraneous_semicolon)