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
This commit is contained in:
parent
09bc5979b2
commit
9a0f3e86af
@ -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
|
||||
|
@ -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++
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user