Commit 9a0f3e86 by Ralf Wildenhues Committed by Ralf Wildenhues

c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers, and -fopenmp.

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
parent 09bc5979
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> 2009-03-18 Eric Botcazou <ebotcazou@adacore.com>
PR target/35180 PR target/35180
......
...@@ -185,7 +185,7 @@ Warn when a declaration is found after a statement ...@@ -185,7 +185,7 @@ Warn when a declaration is found after a statement
Wdeprecated Wdeprecated
C C++ ObjC ObjC++ Var(warn_deprecated) Init(1) Warning 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 Wdiv-by-zero
C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
...@@ -446,7 +446,7 @@ Deprecated. This switch has no effect ...@@ -446,7 +446,7 @@ Deprecated. This switch has no effect
Wsystem-headers Wsystem-headers
C ObjC C++ ObjC++ Warning C ObjC C++ ObjC++ Warning
Do not suppress warnings from system headers ; Documented in common.opt
Wtraditional Wtraditional
C ObjC Var(warn_traditional) Warning C ObjC Var(warn_traditional) Warning
...@@ -691,7 +691,7 @@ Enable Objective-C setjmp exception handling runtime ...@@ -691,7 +691,7 @@ Enable Objective-C setjmp exception handling runtime
fopenmp fopenmp
C ObjC C++ ObjC++ Var(flag_openmp) C ObjC C++ ObjC++ Var(flag_openmp)
Enable OpenMP Enable OpenMP (implies -frecursive in Fortran)
foperator-names foperator-names
C++ ObjC++ C++ ObjC++
......
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> 2009-03-06 Alexandre Oliva <aoliva@redhat.com>
* simplify.c (gfc_simplify_transfer): Zero-initialize the * simplify.c (gfc_simplify_transfer): Zero-initialize the
......
; 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. ; Free Software Foundation, Inc.
; ;
; This file is part of GCC. ; This file is part of GCC.
...@@ -50,7 +50,7 @@ Fortran ...@@ -50,7 +50,7 @@ Fortran
I I
Fortran Joined Separate Fortran Joined Separate
-I<directory> Add a directory for INCLUDE and MODULE searching ; Documented in C
J J
Fortran Joined Separate Fortran Joined Separate
...@@ -90,7 +90,7 @@ Warn about truncated character expressions ...@@ -90,7 +90,7 @@ Warn about truncated character expressions
Wconversion Wconversion
Fortran Warning Fortran Warning
Warn about implicit conversion ; Documented in C
Wimplicit-interface Wimplicit-interface
Fortran Warning Fortran Warning
...@@ -134,7 +134,7 @@ Disable preprocessing ...@@ -134,7 +134,7 @@ Disable preprocessing
d d
Fortran Joined Fortran Joined
-d[DIMNU] Dump details about macro names and definitions during preprocessing ; Documented in common.opt
falign-commons falign-commons
Fortran Fortran
...@@ -310,7 +310,7 @@ Set default accessibility of module entities to PRIVATE. ...@@ -310,7 +310,7 @@ Set default accessibility of module entities to PRIVATE.
fopenmp fopenmp
Fortran Fortran
Enable OpenMP (also sets frecursive) ; Documented in C
fpack-derived fpack-derived
Fortran Fortran
...@@ -318,7 +318,7 @@ Try to lay out derived types as compactly as possible ...@@ -318,7 +318,7 @@ Try to lay out derived types as compactly as possible
fpreprocessed fpreprocessed
Fortran Fortran
Treat the input file as preprocessed ; Documented in C
frange-check frange-check
Fortran Fortran
......
2009-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lang.opt: Unify help text for -Wdeprecated.
2009-02-03 Jakub Jelinek <jakub@redhat.com> 2009-02-03 Jakub Jelinek <jakub@redhat.com>
* jcf-dump.c (version): Update copyright notice dates. * jcf-dump.c (version): Update copyright notice dates.
......
; 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 ...@@ -62,7 +62,7 @@ Java
Wdeprecated Wdeprecated
Java Var(warn_deprecated) VarExists Java Var(warn_deprecated) VarExists
Warn if a deprecated compiler feature, class, method, or field is used ; Documented for C
Wextraneous-semicolon Wextraneous-semicolon
Java Var(flag_extraneous_semicolon) Java Var(flag_extraneous_semicolon)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment