Re: [committed] Fix pr61077.c test

2014-07-26 Thread Jakub Jelinek
On Sat, Jul 26, 2014 at 06:30:30PM +0200, Marek Polacek wrote: > Marc reported that using .* regexp can cause spurious fails, so > fixed by using \[^\n\]* instead. > > Tested on x86_64-linux, applying to trunk. > > 2014-07-26 Marek Polacek > > * gcc.dg/pr61077.c: Use \[^\n\]* instead of

Re: [committed] Fix pr61077.c test

2014-07-26 Thread Mike Stump
On Jul 26, 2014, at 9:30 AM, Marek Polacek wrote: > Marc reported that using .* regexp can cause spurious fails, so > fixed by using \[^\n\]* instead. Yeah, that’s a perennial non-obviousness and a slightly bad interface. Thanks.

[committed] Fix pr61077.c test

2014-07-26 Thread Marek Polacek
Marc reported that using .* regexp can cause spurious fails, so fixed by using \[^\n\]* instead. Tested on x86_64-linux, applying to trunk. 2014-07-26 Marek Polacek * gcc.dg/pr61077.c: Use \[^\n\]* instead of .* in the regexp. diff --git gcc/testsuite/gcc.dg/pr61077.c gcc/testsuite/g