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 <seg...@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