Commit 8b49aa88 by H.J. Lu Committed by H.J. Lu

Replace -mtune=i686 with -mtune=generic

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

From-SVN: r206214
parent dd908cc5
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.
......
/* { dg-do compile } */
/* { dg-options "-O2 -mtune=i686" } */
/* { dg-options "-O2 -mtune=generic" } */
int h(int x, int y)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment