Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ceb90aa7
Commit
ceb90aa7
authored
31 years ago
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lang_options): Sort C++ options and add -f{no-,}external-templates.
From-SVN: r6470
parent
bea230d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
34 deletions
+36
-34
gcc/toplev.c
+36
-34
No files found.
gcc/toplev.c
View file @
ceb90aa7
...
...
@@ -604,52 +604,54 @@ char *lang_options[] =
"-+e0"
,
/* gcc.c tacks the `-' on the front. */
"-+e1"
,
"-+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"
,
"-fno-all-virtual"
,
"-fmemoize-lookups"
,
"-fno-memoize-lookups"
,
"-felide-constructors"
,
"-fno-elide-constructors"
,
"-fhandle-exceptions"
,
"-fno-handle-exceptions"
,
"-falt-external-templates"
,
"-fno-alt-external-templates"
,
"-fansi-exceptions"
,
"-fno-ansi-exceptions"
,
"-fspring-exceptions"
,
"-fno-spring-exceptions"
,
"-fansi-overloading"
,
"-fno-ansi-overloading"
,
"-fcadillac"
,
"-fno-cadillac"
,
"-fconserve-space"
,
"-fno-conserve-space"
,
"-fdefault-inline"
,
"-fno-default-inline"
,
"-fenum-int-equiv"
,
"-fno-enum-int-equiv"
,
"-fdossier"
,
"-fno-dossier"
,
"-fxref"
,
"-fno-xref"
,
"-fnonnull-objects"
,
"-fno-nonnull-objects"
,
"-fimplement-inlines"
,
"-fno-implement-inlines"
,
"-felide-constructors"
,
"-fno-elide-constructors"
,
"-fenum-int-equiv"
,
"-fno-enum-int-equiv"
,
"-fexternal-templates"
,
"-fno-external-templates"
,
"-fansi-overloading"
,
"-fno-ansi-overloading"
,
"-fgc"
,
"-fno-gc"
,
"-fhandle-exceptions"
,
"-fno-handle-exceptions"
,
"-fhuge-objects"
,
"-fno-huge-objects"
,
"-fconserve-space"
,
"-fno-conserve-space"
,
"-fimplement-inlines"
,
"-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"
,
"-Wno-return-type"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment