XFAIL pr57193.c test-case.

PR rtl-optimization/87716
	* gcc.target/i386/pr57193.c: XFAIL a test-case.
This commit is contained in:
Martin Liska 2020-03-30 17:49:27 +02:00
parent 3a9db91bee
commit 291aa50a63
No known key found for this signature in database
GPG Key ID: 4DC182DC0FA73785
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -1,6 +1,7 @@
/* { dg-do compile } */
/* { 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>