* common.opt (fabi-version): Change default to 0.
From-SVN: r211593
This commit is contained in:
parent
90d8493479
commit
ca0e51a0e5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -808,7 +808,8 @@ Driver Undocumented
|
|||
; Additional positive integers will be assigned as new versions of
|
||||
; the ABI become the default version of the ABI.
|
||||
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
|
||||
Common Report Var(flag_aggressive_loop_optimizations) Optimization Init(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue