aboutsummaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-02-21 15:40:29 +0000
committerNick Clifton <nickc@gcc.gnu.org>2007-02-21 15:40:29 +0000
commit21af5cdfe26153b6bc6f388776d8530b5c2f5524 (patch)
treeb4e1bdb543ccd5a11afd45badf54f8f4db2796ef /gcc/c.opt
parent551d69292f127eb1625d3d4f56d57049876c581f (diff)
downloadgcc-21af5cdfe26153b6bc6f388776d8530b5c2f5524.zip
gcc-21af5cdfe26153b6bc6f388776d8530b5c2f5524.tar.gz
gcc-21af5cdfe26153b6bc6f388776d8530b5c2f5524.tar.bz2
common.opt (Warray-bounds): Add Warning attribute.
* common.opt (Warray-bounds): Add Warning attribute. (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch): Likewise. (fsized-zeroes): Add Optimization attribute. (fsplit-wide-types, ftree-scev-cprop): Likewise. * c.opt (Wc++0x-compat): Add Warning attribute. From-SVN: r122200
Diffstat (limited to 'gcc/c.opt')
-rw-r--r--gcc/c.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c.opt b/gcc/c.opt
index c384f52..aea783f 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -137,7 +137,7 @@ C Var(warn_cxx_compat) Warning
Warn about C constructs that are not in the common subset of C and C++
Wc++0x-compat
-C++ ObjC++ Var(warn_cxx0x_compat)
+C++ ObjC++ Var(warn_cxx0x_compat) Warning
Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 200x
Wcast-qual