Re: [C++ Patch, committed as obvious] PR 58190

2013-08-20 Thread Paolo Carlini
Hi, On 08/20/2013 01:48 PM, Jakub Jelinek wrote: On Tue, Aug 20, 2013 at 01:40:59PM +0200, Paolo Carlini wrote: simply matter of using __SIZE_TYPE__. Committed to mainline. Please apply it to branches/gcc-4_8-branch too. More information bug reporter didn't provide ;) Ok. Also note that the

Re: [C++ Patch, committed as obvious] PR 58190

2013-08-20 Thread Jakub Jelinek
On Tue, Aug 20, 2013 at 01:40:59PM +0200, Paolo Carlini wrote: > simply matter of using __SIZE_TYPE__. Committed to mainline. Please apply it to branches/gcc-4_8-branch too. Also note that the ChangeLog entry for it was wrong originally (both on trunk and the branch): 2013-07-18 Wei Mi