PR target/84575
* gcc.target/i386/pr84309.c: Add -mno-avx2 to dg-options.
From-SVN: r258030
+2018-02-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/84575
+ * gcc.target/i386/pr84309.c: Add -mno-avx2 to dg-options.
+
2018-02-26 Jakub Jelinek <jakub@redhat.com>
PR c++/84558
/* 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));