aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/decl2.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8915d02..cd58e5c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index e982311..40b656f 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -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