diff mbox

i386: XFAIL the scan-assembler in pr49095.c (PR61225)

Message ID 6d826537a1de3f13be9a07b2654678cc426c1f20.1422951113.git.segher@kernel.crashing.org
State New
Headers show

Commit Message

Segher Boessenkool Feb. 3, 2015, 8:49 a.m. UTC
As discussed in PR61225, we won't be able to fix the minor regression here
for GCC 5, so let's XFAIL this test for ia32.

Tested on x86_64-linux -m32 and -m64.  Okay for mainline?


Segher


2015-02-03  Segher Boessenkool  <segher@kernel.crashing.org>

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

---
 gcc/testsuite/gcc.target/i386/pr49095.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Jakub Jelinek Feb. 3, 2015, 8:59 a.m. UTC | #1
On Tue, Feb 03, 2015 at 12:49:19AM -0800, Segher Boessenkool wrote:
> As discussed in PR61225, we won't be able to fix the minor regression here
> for GCC 5, so let's XFAIL this test for ia32.
> 
> Tested on x86_64-linux -m32 and -m64.  Okay for mainline?
> 
> 
> Segher
> 
> 
> 2015-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
> 
> gcc/testsuite/
> 	PR middle-end/61225
> 	gcc.target/i386/pr49095.c: XFAIL for ia32.

Ok, thanks.

> --- a/gcc/testsuite/gcc.target/i386/pr49095.c
> +++ b/gcc/testsuite/gcc.target/i386/pr49095.c
> @@ -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 } } } } */
> -- 
> 1.8.1.4

	Jakub
diff mbox

Patch

diff --git a/gcc/testsuite/gcc.target/i386/pr49095.c b/gcc/testsuite/gcc.target/i386/pr49095.c
index b7d1fb2..cc79da2 100644
--- a/gcc/testsuite/gcc.target/i386/pr49095.c
+++ b/gcc/testsuite/gcc.target/i386/pr49095.c
@@ -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 } } } } */