summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1993-06-25 23:16:44 +0000
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1993-06-25 23:16:44 +0000
commit0ae1c8c5153ea4070cc253e15d78bc76f6a73e3d (patch)
tree7aad8f9caef1e2f22564d953827743e71a75c13a /gcc/toplev.c
parentfb6f8a253cddd7160fcb0e8dec2cdeb3da508583 (diff)
downloadgcc-0ae1c8c5153ea4070cc253e15d78bc76f6a73e3d.tar.gz
add C++ flags
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4734 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 462cc876c78..f45ca99bc91 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -630,6 +630,8 @@ char *lang_options[] =
"-fno-nonnull-objects",
"-fimplement-inlines",
"-fno-implement-inlines",
+ "-fexternal-templates",
+ "-fno-external-templates",
"-Wreturn-type",
"-Wno-return-type",
@@ -639,6 +641,8 @@ char *lang_options[] =
"-Wno-enum-clash",
"-Wtemplate-debugging",
"-Wno-template-debugging",
+ "-Wctor-dtor-privacy",
+ "-Wno-ctor-dtor-privacy",
/* these are for obj c */
"-lang-objc",