OSDN Git Service

gcc/
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Mar 2009 21:14:53 +0000 (21:14 +0000)
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Mar 2009 21:14:53 +0000 (21:14 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144943 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 101e244..19b4a60 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
 2009-03-18  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/35180
index 5f07aea..40681bd 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
 
 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
 
 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
 
 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
 
 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)
 
 fopenmp
 C ObjC C++ ObjC++ Var(flag_openmp)
-Enable OpenMP
+Enable OpenMP (implies -frecursive in Fortran)
 
 foperator-names
 C++ ObjC++
 
 foperator-names
 C++ ObjC++
index e91e90b..9cb9c94 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
 2009-03-06  Alexandre Oliva <aoliva@redhat.com>
 
        * simplify.c (gfc_simplify_transfer): Zero-initialize the
index e49ff76..64fd486 100644 (file)
@@ -1,5 +1,5 @@
 ; Options for the Fortran 95 front end.
 ; 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.
 ; Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
@@ -50,7 +50,7 @@ Fortran
 
 I
 Fortran Joined Separate
 
 I
 Fortran Joined Separate
--I<directory>  Add a directory for INCLUDE and MODULE searching
+; Documented in C
 
 J
 Fortran Joined Separate
 
 J
 Fortran Joined Separate
@@ -90,7 +90,7 @@ Warn about truncated character expressions
 
 Wconversion
 Fortran Warning
 
 Wconversion
 Fortran Warning
-Warn about implicit conversion
+; Documented in C
 
 Wimplicit-interface
 Fortran Warning
 
 Wimplicit-interface
 Fortran Warning
@@ -134,7 +134,7 @@ Disable preprocessing
 
 d
 Fortran Joined
 
 d
 Fortran Joined
--d[DIMNU]      Dump details about macro names and definitions during preprocessing
+; Documented in common.opt
 
 falign-commons
 Fortran
 
 falign-commons
 Fortran
@@ -310,7 +310,7 @@ Set default accessibility of module entities to PRIVATE.
 
 fopenmp
 Fortran
 
 fopenmp
 Fortran
-Enable OpenMP (also sets frecursive)
+; Documented in C
 
 fpack-derived
 Fortran
 
 fpack-derived
 Fortran
@@ -318,7 +318,7 @@ Try to lay out derived types as compactly as possible
 
 fpreprocessed
 Fortran
 
 fpreprocessed
 Fortran
-Treat the input file as preprocessed
+; Documented in C
 
 frange-check
 Fortran
 
 frange-check
 Fortran
index 7726ca4..6a7e44f 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.
 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
 
        * jcf-dump.c (version): Update copyright notice dates.
index 7947a1a..8af1bd5 100644 (file)
@@ -1,5 +1,5 @@
 ; Options for the Java front end.
 ; 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.
 ;
 ;
 ; This file is part of GCC.
 ;
@@ -62,7 +62,7 @@ Java
 
 Wdeprecated
 Java Var(warn_deprecated) VarExists
 
 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)
 
 Wextraneous-semicolon
 Java Var(flag_extraneous_semicolon)