]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl2.c (lang_decode_option): Deprecate signatures.
authorMark Mitchell <mark@codesourcery.com>
Fri, 13 Aug 1999 00:52:31 +0000 (00:52 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 13 Aug 1999 00:52:31 +0000 (00:52 +0000)
From-SVN: r28692

gcc/cp/ChangeLog
gcc/cp/decl2.c

index 93588427247f1485809bd2c04ade74d05929296f..e36bbd0e92705730c51a64da869ab48bba8e8259 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-12  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl2.c (lang_decode_option): Deprecate signatures.
+
 1999-08-11  Martin v. Loewis  <martin@mira.isdn.cs.tu-berlin.de>
 
        * lex.c (do_identifier): If we find a hidden type after a global
index e5b758955afdb2136ed3db2af229e4e8501e195b..84f491f437cf85d154559275bc5e6710fac85bf2 100644 (file)
@@ -633,6 +633,12 @@ lang_decode_option (argc, argv)
           found = 1;
           cp_deprecated ("-fexternal-templates");
         }
+      else if (!strcmp (p, "handle-signatures"))
+        {
+          flag_handle_signatures = 1;
+          found = 1;
+          cp_deprecated ("-fhandle-signatures");
+        }
       else if (!strcmp (p, "new-abi"))
        {
          flag_new_abi = 1;