]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* common.opt (fabi-version): Change default to 0.
authorJason Merrill <jason@redhat.com>
Thu, 12 Jun 2014 20:47:14 +0000 (16:47 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 12 Jun 2014 20:47:14 +0000 (16:47 -0400)
From-SVN: r211593

gcc/ChangeLog
gcc/common.opt

index 6344a539492099bc1876ade232b60cbde0898b31..47d414190a3ce50fb16cb50f6508259ee1da8454 100644 (file)
@@ -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.
index f61fab52b73476cc1552fad88a165a1958d77e6e..7f0509229d01ba90a8354d16ea184c28bfec30e7 100644 (file)
@@ -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)