Re: [C++ PATCH] fix timer thinko

2017-05-11 Thread Nathan Sidwell
On 05/11/2017 11:02 AM, Bernhard Reutner-Fischer wrote: On 11 May 2017 at 16:52, Nathan Sidwell wrote: Bernhard's pestering finally got through. There was an early out that failed to stop the timer. fixed by rearranging the code. :) thanks. LGTM but i cannot approve it. Oh, already commit

Re: [C++ PATCH] fix timer thinko

2017-05-11 Thread Bernhard Reutner-Fischer
On 11 May 2017 at 16:52, Nathan Sidwell wrote: > Bernhard's pestering finally got through. There was an early out that > failed to stop the timer. > > fixed by rearranging the code. :) thanks. LGTM but i cannot approve it.

[C++ PATCH] fix timer thinko

2017-05-11 Thread Nathan Sidwell
Bernhard's pestering finally got through. There was an early out that failed to stop the timer. fixed by rearranging the code. nathan -- Nathan Sidwell 2017-05-11 Nathan Sidwell * name-lookup.c (pushdecl_outermost_localscope): Always conditionally stop timer. Index: name-lookup.c ==