testsuite typo fixed in "[PATCH, PR51491] add CLOBBER before __builtin_stack_restore" when converting vla alloca_with_align to array decl

2011-12-18 Thread Hans-Peter Nilsson
> From: Tom de Vries > Date: Thu, 15 Dec 2011 10:23:27 +0100 > bootstrapped and reg-tested (ada inclusive) on x86_64. Time to update your inspection script: there's a missing sanity check for the number of passes. I suggest you re-run regtests for the main change with the below patch applied.

Re: testsuite typo fixed in "[PATCH, PR51491] add CLOBBER before __builtin_stack_restore" when converting vla alloca_with_align to array decl

2011-12-18 Thread Hans-Peter Nilsson
> From: Hans-Peter Nilsson > Date: Sun, 18 Dec 2011 09:32:36 +0100 > Typos like this cause the test-run to be aborted for the current > .exp file, > In this case, some 3000 test-cases went missing, judging by the > "gcc Summary" output. Correction: not just the .exp file but the whole dejagnu i

Re: testsuite typo fixed in "[PATCH, PR51491] add CLOBBER before __builtin_stack_restore" when converting vla alloca_with_align to array decl

2011-12-18 Thread Tom de Vries
On 18/12/11 09:47, Hans-Peter Nilsson wrote: >> From: Hans-Peter Nilsson >> Date: Sun, 18 Dec 2011 09:32:36 +0100 > >> Typos like this cause the test-run to be aborted for the current >> .exp file, > >> In this case, some 3000 test-cases went missing, judging by the >> "gcc Summary" output. > >