summaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-21 15:40:29 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-21 15:40:29 +0000
commite8831472157e89e7064020fe6f2e4215a9ad89ef (patch)
treeb4e1bdb543ccd5a11afd45badf54f8f4db2796ef /gcc/c.opt
parent403ac203850defef224cad8bd7e8d04aef646c54 (diff)
downloadgcc-e8831472157e89e7064020fe6f2e4215a9ad89ef.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122200 138bc75d-0d04-0410-961f-82ee72b054a4
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 c384f52b3a4..aea783f6423 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