From: Renlin Li Date: Fri, 28 Nov 2014 11:18:47 +0000 (+0000) Subject: Use native tune. nehalem is not able to triggle the issue in trunk any more. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70383ebcf0d172fa21828fad2bd48e26f3d81d6d;p=gcc.git Use native tune. nehalem is not able to triggle the issue in trunk any more. 2014-11-28 Renlin Li PR target/63661 * gcc.target/i386/pr63661.c: Use native tune. From-SVN: r218144 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3d2e2142191..9b2b5ee8b41 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,4 +1,9 @@ -2014-11-27 Renlin Li +2014-11-28 Renlin Li + + PR target/63661 + * gcc.target/i386/pr63661.c: Use native tune. + +2014-11-28 Renlin Li PR target/63661 * gcc.target/i386/pr63661.c: New test. diff --git a/gcc/testsuite/gcc.target/i386/pr63661.c b/gcc/testsuite/gcc.target/i386/pr63661.c index 8b55146c4f5..b851628e486 100644 --- a/gcc/testsuite/gcc.target/i386/pr63661.c +++ b/gcc/testsuite/gcc.target/i386/pr63661.c @@ -1,7 +1,7 @@ /* PR target/63661 */ /* { dg-do run } */ /* { dg-require-effective-target fpic } */ -/* { dg-options "-mtune=nehalem -fPIC -O2" } */ +/* { dg-options "-mtune=native -fPIC -O2" } */ static void __attribute__((noinline,noclone,hot)) foo (double a, double q, double *ff, double *gx, int e, int ni)