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
4200c8de
Commit
4200c8de
authored
Apr 06, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lang_options): Group and alphabetize some options.
From-SVN: r6982
parent
1474fe46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
44 deletions
+48
-44
gcc/toplev.c
+48
-44
No files found.
gcc/toplev.c
View file @
4200c8de
...
@@ -551,73 +551,77 @@ struct { char *string; int *variable; int on_value;} f_options[] =
...
@@ -551,73 +551,77 @@ struct { char *string; int *variable; int on_value;} f_options[] =
char
*
lang_options
[]
=
char
*
lang_options
[]
=
{
{
"-ftraditional"
,
"-ansi"
,
"-traditional"
,
"-fnotraditional"
,
"-fno-traditional"
,
"-fallow-single-precision"
,
"-fallow-single-precision"
,
"-fsigned-char"
,
"-funsigned-char"
,
"-fno-signed-char"
,
"-fno-unsigned-char"
,
"-fsigned-bitfields"
,
"-fsigned-bitfields"
,
"-funsigned-bitfields"
,
"-funsigned-bitfields"
,
"-fno-signed-bitfields"
,
"-fno-signed-bitfields"
,
"-fno-unsigned-bitfields"
,
"-fno-unsigned-bitfields"
,
"-fshort-enums"
,
"-fsigned-char"
,
"-fno-short-enums"
,
"-funsigned-char"
,
"-fcond-mismatch"
,
"-fno-signed-char"
,
"-fno-cond-mismatch"
,
"-fno-unsigned-char"
,
"-fshort-double"
,
"-fno-short-double"
,
"-ftraditional"
,
"-traditional"
,
"-fnotraditional"
,
"-fno-traditional"
,
"-fasm"
,
"-fasm"
,
"-fno-asm"
,
"-fno-asm"
,
"-fbuiltin"
,
"-fbuiltin"
,
"-fno-builtin"
,
"-fno-builtin"
,
"-f
no-ident
"
,
"-f
cond-mismatch
"
,
"-f
ident
"
,
"-f
no-cond-mismatch
"
,
"-fdollars-in-identifiers"
,
"-fdollars-in-identifiers"
,
"-fno-dollars-in-identifiers"
,
"-fno-dollars-in-identifiers"
,
"-ansi"
,
"-fident"
,
"-Wimplicit"
,
"-fno-ident"
,
"-Wno-implicit"
,
"-fshort-double"
,
"-Wwrite-strings"
,
"-fno-short-double"
,
"-Wno-write-strings"
,
"-fshort-enums"
,
"-fno-short-enums"
,
"-Wall"
,
"-Wcast-qual"
,
"-Wcast-qual"
,
"-Wno-cast-qual"
,
"-Wno-cast-qual"
,
"-Wpointer-arith"
,
"-Wno-pointer-arith"
,
"-Wstrict-prototypes"
,
"-Wno-strict-prototypes"
,
"-Wmissing-prototypes"
,
"-Wno-missing-prototypes"
,
"-Wmissing-declarations"
,
"-Wno-missing-declarations"
,
"-Wredundant-decls"
,
"-Wno-redundant-decls"
,
"-Wnested-externs"
,
"-Wno-nested-externs"
,
"-Wtraditional"
,
"-Wno-traditional"
,
"-Wformat"
,
"-Wno-format"
,
"-Wchar-subscripts"
,
"-Wchar-subscripts"
,
"-Wno-char-subscripts"
,
"-Wno-char-subscripts"
,
"-Wconversion"
,
"-Wno-conversion"
,
"-Wparentheses"
,
"-Wno-parentheses"
,
"-Wcomment"
,
"-Wcomment"
,
"-Wno-comment"
,
"-Wno-comment"
,
"-Wcomments"
,
"-Wcomments"
,
"-Wno-comments"
,
"-Wno-comments"
,
"-Wtrigraphs"
,
"-Wconversion"
,
"-Wno-trigraphs"
,
"-Wno-conversion"
,
"-Wformat"
,
"-Wno-format"
,
"-Wimport"
,
"-Wimport"
,
"-Wno-import"
,
"-Wno-import"
,
"-Wimplicit"
,
"-Wno-implicit"
,
"-Wmissing-braces"
,
"-Wmissing-braces"
,
"-Wno-missing-braces"
,
"-Wno-missing-braces"
,
"-Wall"
,
"-Wmissing-declarations"
,
"-Wno-missing-declarations"
,
"-Wmissing-prototypes"
,
"-Wno-missing-prototypes"
,
"-Wnested-externs"
,
"-Wno-nested-externs"
,
"-Wparentheses"
,
"-Wno-parentheses"
,
"-Wpointer-arith"
,
"-Wno-pointer-arith"
,
"-Wredundant-decls"
,
"-Wno-redundant-decls"
,
"-Wstrict-prototypes"
,
"-Wno-strict-prototypes"
,
"-Wtraditional"
,
"-Wno-traditional"
,
"-Wtrigraphs"
,
"-Wno-trigraphs"
,
"-Wwrite-strings"
,
"-Wno-write-strings"
,
/* These are for C++. */
/* These are for C++. */
"-+e0"
,
/* gcc.c tacks the `-' on the front. */
"-+e0"
,
/* gcc.c tacks the `-' on the front. */
...
...
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