Replace -mtune=i686 with -mtune=generic

* gcc.target/i386/andor-2.c (dg-options): Replace -mtune=i686
	with -mtune=generic.

From-SVN: r206214
This commit is contained in:
H.J. Lu 2013-12-26 19:13:41 +00:00 committed by H.J. Lu
parent dd908cc5d8
commit 8b49aa88cc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -mtune=i686" } */
/* { dg-options "-O2 -mtune=generic" } */
int h(int x, int y)
{