Re: [PATCH] Fix pr571518.c test case.

2013-10-15 Thread Jack Howarth
On Fri, Jul 05, 2013 at 09:25:52AM -0700, Mike Stump wrote: On Jul 4, 2013, at 9:17 AM, Marcus Shawcroft marcus.shawcr...@arm.com wrote: * gcc.dg/pr57518.c: Adjust scan-rtl-dump-not pattern. [ If you want a review or need an approval, be sure to ask Ok? Just in case you forgot...

Re: [PATCH] Fix pr571518.c test case.

2013-07-05 Thread Mike Stump
On Jul 4, 2013, at 9:17 AM, Marcus Shawcroft marcus.shawcr...@arm.com wrote: * gcc.dg/pr57518.c: Adjust scan-rtl-dump-not pattern. [ If you want a review or need an approval, be sure to ask Ok? Just in case you forgot... ] Ok. Thanks.

[PATCH] Fix pr571518.c test case.

2013-07-04 Thread Marcus Shawcroft
Hello, This: http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00767.html recently introduced test case uses the pattern: /* { dg-final { scan-rtl-dump-not REG_EQUIV.*mem.*\ip\ ira } } */ I believe the intention is to look for the three tokens, in order within a single instruction, the

Re: [PATCH] Fix pr571518.c test case.

2013-07-04 Thread Dominique Dhumieres
Hi Marcus, I also see pr57518.c failing on x86_64-apple-darwin10 (with -m64) and powerpc-apple-darwin9 (both -m32 and -m64). Your patch fixes them. Thanks, Dominique