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
ca0e51a0
Commit
ca0e51a0
authored
Jun 12, 2014
by
Jason Merrill
Committed by
Jason Merrill
Jun 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* common.opt (fabi-version): Change default to 0.
From-SVN: r211593
parent
90d84934
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/common.opt
+2
-1
No files found.
gcc/ChangeLog
View file @
ca0e51a0
2014-06-12 Jason Merrill <jason@redhat.com>
2014-06-12 Jason Merrill <jason@redhat.com>
* common.opt (fabi-version): Change default to 0.
2014-06-12 Jason Merrill <jason@redhat.com>
* toplev.c (process_options): Reject -fabi-version=1.
* toplev.c (process_options): Reject -fabi-version=1.
2014-06-12 Jeff Law <law@redhat.com>
2014-06-12 Jeff Law <law@redhat.com>
...
...
gcc/common.opt
View file @
ca0e51a0
...
@@ -808,7 +808,8 @@ Driver Undocumented
...
@@ -808,7 +808,8 @@ Driver Undocumented
; Additional positive integers will be assigned as new versions of
; Additional positive integers will be assigned as new versions of
; the ABI become the default version of the ABI.
; the ABI become the default version of the ABI.
fabi-version=
fabi-version=
Common Joined RejectNegative UInteger Var(flag_abi_version) Init(2)
Common Joined RejectNegative UInteger Var(flag_abi_version) Init(0)
The version of the C++ ABI in use
faggressive-loop-optimizations
faggressive-loop-optimizations
Common Report Var(flag_aggressive_loop_optimizations) Optimization Init(1)
Common Report Var(flag_aggressive_loop_optimizations) Optimization Init(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