mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 23:11:36 +08:00
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:
parent
dd908cc5d8
commit
8b49aa88cc
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -mtune=i686" } */
|
||||
/* { dg-options "-O2 -mtune=generic" } */
|
||||
|
||||
int h(int x, int y)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user