Re: [PATCH] MIPS: IEEE 754-2008 feature testing escape fixes

2013-08-13 Thread Maciej W. Rozycki
On Tue, 13 Aug 2013, Richard Sandiford wrote: > > gcc/testsuite/ > > * gcc.target/mips/fabs-2008.c: Correct scan-assembler pattern > > escapes. > > * gcc.target/mips/fabs-legacy.c: Likewise. > > * gcc.target/mips/fabsf-2008.c: Likewise. > > * gcc.target/mips/fabsf-legacy.c

Re: [PATCH] MIPS: IEEE 754-2008 feature testing escape fixes

2013-08-13 Thread Richard Sandiford
"Maciej W. Rozycki" writes: > 2013-08-13 Maciej W. Rozycki > > gcc/testsuite/ > * gcc.target/mips/fabs-2008.c: Correct scan-assembler pattern > escapes. > * gcc.target/mips/fabs-legacy.c: Likewise. > * gcc.target/mips/fabsf-2008.c: Likewise. > * gcc.target/m

[PATCH] MIPS: IEEE 754-2008 feature testing escape fixes

2013-08-13 Thread Maciej W. Rozycki
Hi, I have realised a double escape is required in scan-assembler patterns for special characters to match literally. Additionally I've noticed a couple escapes missing altogether. There are no regressions with the mips-linux-gnu target and the change below. OK to apply? 2013-08-13 Maciej