decl2.c (lang_decode_option): Don't couple flag_honor_std to flag_new_abi.
authorMark Mitchell <mark@codesourcery.com>
Sun, 16 Jan 2000 17:03:49 +0000 (17:03 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 Jan 2000 17:03:49 +0000 (17:03 +0000)
* decl2.c (lang_decode_option): Don't couple flag_honor_std to
flag_new_abi.

From-SVN: r31440

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

index 8915d025f3bdf1f2d37a62956aa11d74b4573093..cd58e5c74043aed4f43a38c0def2c95d898d22d7 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-16  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl2.c (lang_decode_option): Don't couple flag_honor_std to
+       flag_new_abi.
+
 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
 
        * cp-tree.h (num_extra_vtbl_entries): New function.
index e9823112b4ef58484c0967c86716de5c4c090a19..40b656ff73d7e4b665c013104a2fc5644014ab2e 100644 (file)
@@ -619,14 +619,12 @@ lang_decode_option (argc, argv)
        {
          flag_new_abi = 1;
          flag_do_squangling = 1;
-         flag_honor_std = 1;
          flag_vtable_thunks = 1;
        }
       else if (!strcmp (p, "no-new-abi"))
        {
          flag_new_abi = 0;
          flag_do_squangling = 0;
-         flag_honor_std = 0;
        }
       else if (!strncmp (p, "template-depth-", 15))
        max_tinst_depth