Replace -mtune=i686 with -mtune=generic
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 26 Dec 2013 19:13:41 +0000 (19:13 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 26 Dec 2013 19:13:41 +0000 (11:13 -0800)
* gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686
with -mtune=generic.

From-SVN: r206214

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/andor-2.c

index c64a552..98d22b3 100644 (file)
@@ -1,5 +1,10 @@
 2013-12-26   H.J. Lu  <hongjiu.lu@intel.com>
 
+       * gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686
+       with -mtune=generic.
+
+2013-12-26   H.J. Lu  <hongjiu.lu@intel.com>
+
        PR target/59588
        * gcc.target/i386/pr59588-1.c: New file.
        * gcc.target/i386/pr59588-2.c: Likewise.
index 88118aa..eacc7b1 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -mtune=i686" } */
+/* { dg-options "-O2 -mtune=generic" } */
 
 int h(int x, int y)
 {