Re: [PATCH] Fix regex_iterator end() state and operator==()

2016-11-08 Thread Jonathan Wakely
On 8 November 2016 at 07:01, Tim Shen wrote: > This fixes libstdc++/78236. I'm surprised that this bug was not > revealed until now :P. > > Bootstrapped and tested under x86_64-linux-gnu. > > I'm happy with however many backports. OK for trunk, let's revisit in a few weeks and consider backporting

[PATCH] Fix regex_iterator end() state and operator==()

2016-11-07 Thread Tim Shen
This fixes libstdc++/78236. I'm surprised that this bug was not revealed until now :P. Bootstrapped and tested under x86_64-linux-gnu. I'm happy with however many backports. -- Regards, Tim Shen commit 8aee66b743b5b0ef09cbc9587ebbacf6665ba0cb Author: Tim Shen Date: Mon Nov 7 21:50:49 2016 -0