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

Jakub Jelinek jakub@redhat.com
Tue Feb 3 08:59:00 GMT 2015


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



More information about the Gcc-patches mailing list