On Fri, Nov 28, 2014 at 11:19:18AM +0000, renlin at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63661
> 
> --- Comment #25 from renlin at gcc dot gnu.org ---
> Author: renlin
> Date: Fri Nov 28 11:18:47 2014
> New Revision: 218144
> 
> URL: https://gcc.gnu.org/viewcvs?rev=218144&root=gcc&view=rev
> Log:
> Use native tune. nehalem is not able to triggle the issue in trunk any more.
> 
> 2014-11-28  Renlin Li  <renlin...@arm.com>
> 
>     PR  target/63661
>     * gcc.target/i386/pr63661.c: Use native tune.
> 
> Modified:
>     trunk/gcc/testsuite/ChangeLog
>     trunk/gcc/testsuite/gcc.target/i386/pr63661.c

This is wrong.  That will mean the test will do something different
for different testers.  If it reproduces for you with
-mtune=native, just find out what that -mtune=native is for you
(use -v) and try the specific option instead.

        Jakub

Reply via email to