XFAIL pr57193.c test-case.

	PR rtl-optimization/87716
	* gcc.target/i386/pr57193.c: XFAIL a test-case.
parent 3a9db91b
2020-03-30 Martin Liska <mliska@suse.cz> 2020-03-30 Martin Liska <mliska@suse.cz>
PR rtl-optimization/87716
* gcc.target/i386/pr57193.c: XFAIL a test-case.
2020-03-30 Martin Liska <mliska@suse.cz>
PR testsuite/94402 PR testsuite/94402
* gfortran.dg/vect/vect-8.f90: Allow 22 or 23 loops * gfortran.dg/vect/vect-8.f90: Allow 22 or 23 loops
to be vectorized (based on libmvec presence). to be vectorized (based on libmvec presence).
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -msse2 -mno-sse3 -mtune=generic" } */ /* { dg-options "-O2 -msse2 -mno-sse3 -mtune=generic" } */
/* { dg-final { scan-assembler-times "movdqa" 2 } } */ /* XFAIL the test due to PR87716. */
/* { dg-final { scan-assembler-times "movdqa" 2 { xfail *-*-* } } } */
#include <emmintrin.h> #include <emmintrin.h>
......
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