c.opt (Wpsabi): Use LangEnabledBy.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Mon, 15 Sep 2014 16:32:50 +0000 (16:32 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Mon, 15 Sep 2014 16:32:50 +0000 (16:32 +0000)
gcc/c-family/ChangeLog:

2014-09-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* c.opt (Wpsabi): Use LangEnabledBy.
* c-opts.c (c_common_handle_option): Do not handle here.

From-SVN: r215272

gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt

index 4b8d1a5d2bb168eb64b51cc1a7535c5895252456..0b22cf6d2aca24824ecdffac505d6d2e9e49136a 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       * c.opt (Wpsabi): Use LangEnabledBy.
+       * c-opts.c (c_common_handle_option): Do not handle here.
+
 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
 
        * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_HAS_%s_MODE__
index 74866911e5be4455fffbf4d5f790d0f5372fcbb2..3f295d80880a25396e5658612db68d4f25df1aee 100644 (file)
@@ -685,10 +685,6 @@ c_common_handle_option (size_t scode, const char *arg, int value,
     case OPT_v:
       verbose = true;
       break;
-
-    case OPT_Wabi:
-      warn_psabi = value;
-      break;
     }
 
   switch (c_language)
index 5e6182b2f4b8a99eac4b38d0a4e6053b8c02e063..72ac2eddd89707e031cfb95496126c894a00927b 100644 (file)
@@ -265,7 +265,7 @@ C++ ObjC++ Var(warn_abi_tag) Warning
 Warn if a subobject has an abi_tag attribute that the complete object type does not have
 
 Wpsabi
-C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Undocumented
+C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Undocumented LangEnabledBy(C ObjC C++ ObjC++,Wabi)
 
 Waddress
 C ObjC C++ ObjC++ Var(warn_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)