re PR target/84575 (gcc.target/i386/pr84309.c fail)
PR target/84575 * gcc.target/i386/pr84309.c: Add -mno-avx2 to dg-options. From-SVN: r258030
This commit is contained in:
parent
ea2cd1c276
commit
2be4b342e0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue