Commit 5ee38d52 by Jason Merrill

New C++ flags.

From-SVN: r8733
parent 5119dc13
...@@ -668,6 +668,8 @@ char *lang_options[] = ...@@ -668,6 +668,8 @@ char *lang_options[] =
"-fno-external-templates", "-fno-external-templates",
"-fgc", "-fgc",
"-fno-gc", "-fno-gc",
"-fgnu-keywords",
"-fno-gnu-keywords",
"-fhandle-exceptions", "-fhandle-exceptions",
"-fno-handle-exceptions", "-fno-handle-exceptions",
"-fhandle-signatures", "-fhandle-signatures",
...@@ -684,6 +686,8 @@ char *lang_options[] = ...@@ -684,6 +686,8 @@ char *lang_options[] =
"-fno-memoize-lookups", "-fno-memoize-lookups",
"-fnonnull-objects", "-fnonnull-objects",
"-fno-nonnull-objects", "-fno-nonnull-objects",
"-foperator-names",
"-fno-operator-names",
"-fsave-memoized", "-fsave-memoized",
"-fno-save-memoized", "-fno-save-memoized",
"-fshort-temps", "-fshort-temps",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment