Replace -mtune=i686 with -mtune=generic
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 26 Dec 2013 21:05:02 +0000 (21:05 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 26 Dec 2013 21:05:02 +0000 (13:05 -0800)
* g++.old-deja/g++.other/store-expr1.C (dg-options): Replace
-mtune=i686 with -mtune=generic.
* g++.old-deja/g++.other/store-expr2.C (dg-options): Likewise.

From-SVN: r206215

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/store-expr1.C
gcc/testsuite/g++.old-deja/g++.other/store-expr2.C

index 98d22b3e95235f1e3eaccb488d8d48d34ecd41c8..ad98f631c34a12e5f502c518aa17f96fe301f378 100644 (file)
@@ -1,3 +1,9 @@
+2013-12-26   H.J. Lu  <hongjiu.lu@intel.com>
+
+       * g++.old-deja/g++.other/store-expr1.C (dg-options): Replace
+       -mtune=i686 with -mtune=generic.
+       * g++.old-deja/g++.other/store-expr2.C (dg-options): Likewise.
+
 2013-12-26   H.J. Lu  <hongjiu.lu@intel.com>
 
        * gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686
index 72d30eba26e9481e3cdf402da5837525229ac164..af5e415b7f250dc2bebe295eca035197c34e2f72 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target i?86-*-* x86_64-*-* } }
 // { dg-require-effective-target ilp32 }
 // { dg-require-effective-target fpic }
-// { dg-options "-mtune=i686 -O2 -fpic" }
+// { dg-options "-mtune=generic -O2 -fpic" }
 class G {};
 
 struct N {
index 99e0943b3b62f81c59a7c728f07b5073192e53e8..1dffbcc1aae8a10f158188982b2210fcab53743f 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do run { target i?86-*-* x86_64-*-*} }
 // { dg-require-effective-target ilp32 }
-// { dg-options "-mtune=i686 -O2" }
+// { dg-options "-mtune=generic -O2" }
 class G {};
 
 struct N {