add C++ flags
authorBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 25 Jun 1993 23:16:44 +0000 (19:16 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 25 Jun 1993 23:16:44 +0000 (19:16 -0400)
From-SVN: r4734

gcc/toplev.c

index 462cc876c787f9891030eb8e3425095097ca5ad2..f45ca99bc91049b8115546544f6352bc3fb3d9d9 100644 (file)
@@ -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",