Commit ceb90aa7 by Richard Kenner

(lang_options): Sort C++ options and add -f{no-,}external-templates.

From-SVN: r6470
parent bea230d9
...@@ -604,52 +604,54 @@ char *lang_options[] = ...@@ -604,52 +604,54 @@ char *lang_options[] =
"-+e0", /* gcc.c tacks the `-' on the front. */ "-+e0", /* gcc.c tacks the `-' on the front. */
"-+e1", "-+e1",
"-+e2", "-+e2",
"-fsave-memoized",
"-fno-save-memoized",
"-fcadillac",
"-fno-cadillac",
"-fgc",
"-fno-gc",
"-flabels-ok",
"-fno-labels-ok",
"-fstats",
"-fno-stats",
"-fthis-is-variable",
"-fno-this-is-variable",
"-fstrict-prototype",
"-fno-strict-prototype",
"-fall-virtual", "-fall-virtual",
"-fno-all-virtual", "-fno-all-virtual",
"-fmemoize-lookups", "-falt-external-templates",
"-fno-memoize-lookups", "-fno-alt-external-templates",
"-felide-constructors",
"-fno-elide-constructors",
"-fhandle-exceptions",
"-fno-handle-exceptions",
"-fansi-exceptions", "-fansi-exceptions",
"-fno-ansi-exceptions", "-fno-ansi-exceptions",
"-fspring-exceptions", "-fansi-overloading",
"-fno-spring-exceptions", "-fno-ansi-overloading",
"-fcadillac",
"-fno-cadillac",
"-fconserve-space",
"-fno-conserve-space",
"-fdefault-inline", "-fdefault-inline",
"-fno-default-inline", "-fno-default-inline",
"-fenum-int-equiv",
"-fno-enum-int-equiv",
"-fdossier", "-fdossier",
"-fno-dossier", "-fno-dossier",
"-fxref", "-felide-constructors",
"-fno-xref", "-fno-elide-constructors",
"-fnonnull-objects", "-fenum-int-equiv",
"-fno-nonnull-objects", "-fno-enum-int-equiv",
"-fimplement-inlines",
"-fno-implement-inlines",
"-fexternal-templates", "-fexternal-templates",
"-fno-external-templates", "-fno-external-templates",
"-fansi-overloading", "-fgc",
"-fno-ansi-overloading", "-fno-gc",
"-fhandle-exceptions",
"-fno-handle-exceptions",
"-fhuge-objects", "-fhuge-objects",
"-fno-huge-objects", "-fno-huge-objects",
"-fconserve-space", "-fimplement-inlines",
"-fno-conserve-space", "-fno-implement-inlines",
"-flabels-ok",
"-fno-labels-ok",
"-fmemoize-lookups",
"-fno-memoize-lookups",
"-fnonnull-objects",
"-fno-nonnull-objects",
"-fsave-memoized",
"-fno-save-memoized",
"-fspring-exceptions",
"-fno-spring-exceptions",
"-fstats",
"-fno-stats",
"-fstrict-prototype",
"-fno-strict-prototype",
"-fthis-is-variable",
"-fno-this-is-variable",
"-fxref",
"-fno-xref",
"-Wreturn-type", "-Wreturn-type",
"-Wno-return-type", "-Wno-return-type",
......
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