re PR middle-end/61225 (Several new failures after r210458 on x86_64-*-* with -m32)

PR middle-end/61225
	gcc.target/i386/pr49095.c: XFAIL for ia32.

From-SVN: r220370
This commit is contained in:
Segher Boessenkool 2015-02-03 13:15:32 +01:00 committed by Segher Boessenkool
parent aa47faf097
commit 2944c91ccc
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-02-03 Segher Boessenkool <segher@kernel.crashing.org>
PR middle-end/61225
gcc.target/i386/pr49095.c: XFAIL for ia32.
2015-02-03 <dodji@redhat.com>
PR preprocessor/64803

View File

@ -70,4 +70,5 @@ G (short)
G (int)
G (long)
/* { dg-final { scan-assembler-not "test\[lq\]" } } */
/* See PR61225 for the XFAIL. */
/* { dg-final { scan-assembler-not "test\[lq\]" { xfail { ia32 } } } } */