aboutsummaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-02-28 10:55:42 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-02-28 10:55:42 +0000
commite0b05a75af586156d675d122abddbe0d527b0c16 (patch)
tree17ef58048b034eb1f5eacaabe1322c80e0f299d7 /gcc/c.opt
parentcdc0df58e9300ef56ac5c297255ade18a9e36e46 (diff)
svn merge -r143403:144476 svn+ssh://gcc.gnu.org/svn/gcc/trunk
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/c-4_5-branch@144485 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c.opt')
-rw-r--r--gcc/c.opt12
1 files changed, 10 insertions, 2 deletions
diff --git a/gcc/c.opt b/gcc/c.opt
index 1888ecde63c..5f07aead908 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -1,5 +1,6 @@
; Options for the C, ObjC, C++ and ObjC++ front ends.
-; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+; Free Software Foundation, Inc.
;
; This file is part of GCC.
;
@@ -112,9 +113,12 @@ C ObjC C++ ObjC++ Joined Separate
-U<macro> Undefine <macro>
Wabi
-C++ ObjC++ Var(warn_abi) Warning
+C ObjC C++ ObjC++ Var(warn_abi) Warning
Warn about things that will change when compiling with an ABI-compliant compiler
+Wpsabi
+C ObjC C++ ObjC++ Var(warn_psabi) Init(1) Undocumented
+
Waddress
C ObjC C++ ObjC++ Var(warn_address) Warning
Warn about suspicious uses of memory addresses
@@ -364,6 +368,10 @@ Woverride-init
C ObjC Var(warn_override_init) Init(-1) Warning
Warn about overriding initializers without side effects
+Wpacked-bitfield-compat
+C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
+Warn about packed bit-fields whose offset changed in GCC 4.4
+
Wparentheses
C ObjC C++ ObjC++ Var(warn_parentheses) Warning
Warn about possibly missing parentheses