On Tue, Feb 27, 2018 at 08:53:15AM -0800, H.J. Lu wrote: > On Tue, Feb 27, 2018 at 1:01 AM, Jakub Jelinek <ja...@redhat.com> wrote: > > > > NOPATCH.
Oops, sorry, here it is: 2018-02-27 Jakub Jelinek <ja...@redhat.com> PR target/84575 * gcc.target/i386/pr84309.c: Add -mno-avx2 to dg-options. --- gcc/testsuite/gcc.target/i386/pr84309.c.jj 2018-02-13 09:33:31.119560170 +0100 +++ gcc/testsuite/gcc.target/i386/pr84309.c 2018-02-27 09:42:01.197135520 +0100 @@ -1,6 +1,6 @@ /* PR middle-end/84309 */ /* { dg-do compile } */ -/* { dg-options "-Ofast -mavx" } */ +/* { dg-options "-Ofast -mavx -mno-avx2" } */ double pow (double, double) __attribute__((simd)); double exp (double) __attribute__((simd)); Jakub