OSDN Git Service

* c.opt: Fixup for Objective-C/C++.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Mar 2007 18:45:40 +0000 (18:45 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Mar 2007 18:45:40 +0000 (18:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123114 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c.opt

index c6f76cc..219b713 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-21  Mike Stump  <mrs@apple.com>
+
+       * c.opt: Fixup for Objective-C/C++.
+
 2007-02-21  Steve Ellcey  <sje@cup.hp.com>
 
        * explow.c (convert_memory_address): Fold memory reference when
index 928e8b2..dd793b7 100644 (file)
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -133,7 +133,7 @@ C ObjC Var(warn_bad_function_cast) Warning
 Warn about casting functions to incompatible types
 
 Wc++-compat
-C Var(warn_cxx_compat) Warning
+C ObjC Var(warn_cxx_compat) Warning
 Warn about C constructs that are not in the common subset of C and C++
 
 Wc++0x-compat
@@ -177,7 +177,7 @@ C++ ObjC++ Var(warn_deprecated) Init(1) Warning
 Warn about deprecated compiler features
 
 Wdiv-by-zero
-C ObjC C++ Var(warn_div_by_zero) Init(1) Warning
+C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
 Warn about compile-time integer division by zero
 
 Weffc++
@@ -559,7 +559,7 @@ ObjC ObjC++
 Generate code for GNU runtime environment
 
 fgnu89-inline
-C Var(flag_gnu89_inline) Init(-1)
+C ObjC Var(flag_gnu89_inline) Init(-1)
 Use traditional GNU semantics for inline functions
 
 fguiding-decls
@@ -592,7 +592,7 @@ C++ ObjC++
 Emit implicit instantiations of templates
 
 ffriend-injection
-C++ Var(flag_friend_injection)
+C++ ObjC++ Var(flag_friend_injection)
 Inject friend functions into enclosing namespace
 
 flabels-ok