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
43855b28
Commit
43855b28
authored
Mar 31, 1992
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r650
parent
2378088a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gcc/toplev.c
+8
-0
No files found.
gcc/toplev.c
View file @
43855b28
...
...
@@ -338,6 +338,13 @@ int flag_omit_frame_pointer = 0;
int
flag_no_peephole
=
0
;
/* Nonzero allows GCC to violate some IEEE or ANSI rules regarding math
operations in the interest of optimization. For example it allows
GCC to assume arguments to sqrt are nonnegative numbers, allowing
faster code for sqrt to be generated. */
int
flag_fast_math
=
0
;
/* Nonzero means all references through pointers are volatile. */
int
flag_volatile
;
...
...
@@ -468,6 +475,7 @@ struct { char *string; int *variable; int on_value;} f_options[] =
{
"schedule-insns2"
,
&
flag_schedule_insns_after_reload
,
1
},
{
"pic"
,
&
flag_pic
,
1
},
{
"PIC"
,
&
flag_pic
,
2
},
{
"fast-math"
,
&
flag_fast_math
,
1
},
{
"common"
,
&
flag_no_common
,
0
},
{
"inhibit-size-directive"
,
&
flag_inhibit_size_directive
,
1
},
{
"gnu-linker"
,
&
flag_gnu_linker
,
1
}
...
...
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