Commit 2be4b342 by Jakub Jelinek Committed by Jakub Jelinek

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
parent ea2cd1c2
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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment