Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
ca0e51a0
Commit
ca0e51a0
authored
10 years ago
by
Jason Merrill
Committed by
Jason Merrill
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* common.opt (fabi-version): Change default to 0.
From-SVN: r211593
parent
90d84934
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gcc/ChangeLog
+4
-0
4 additions, 0 deletions
gcc/ChangeLog
gcc/common.opt
+2
-1
2 additions, 1 deletion
gcc/common.opt
with
6 additions
and
1 deletion
gcc/ChangeLog
+
4
−
0
View file @
ca0e51a0
2014-06-12 Jason Merrill <jason@redhat.com>
* common.opt (fabi-version): Change default to 0.
2014-06-12 Jason Merrill <jason@redhat.com>
2014-06-12 Jason Merrill <jason@redhat.com>
* toplev.c (process_options): Reject -fabi-version=1.
* toplev.c (process_options): Reject -fabi-version=1.
...
...
This diff is collapsed.
Click to expand it.
gcc/common.opt
+
2
−
1
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment