Re: [PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-15 Thread Maciej W. Rozycki
On Fri, 14 Nov 2014, Jakub Jelinek wrote: gcc/testsuite/ * g++.dg/guality/guality.exp (check_guality): Fix `test_counts' restoration. Ok, thanks. Applied, thanks. Maciej

[PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-14 Thread Maciej W. Rozycki
On Mon, 15 Sep 2014, Jakub Jelinek wrote: 2014-09-14 Jakub Jelinek ja...@redhat.com gcc/testsuite/ * g++.dg/guality/guality.exp (check_guality): Save/restore test_counts array around the body of the procedure. * gcc.dg/guality/guality.exp (check_guality): Likewise.

Re: [PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-14 Thread Jakub Jelinek
On Fri, Nov 14, 2014 at 09:01:25PM +, Maciej W. Rozycki wrote: 2014-11-14 Maciej W. Rozycki ma...@codesourcery.com gcc/testsuite/ * g++.dg/guality/guality.exp (check_guality): Fix `test_counts' restoration. Ok, thanks. ---