Re: patch to fix PR68349

2015-12-07 Thread Vladimir Makarov
On 12/04/2015 06:52 PM, H.J. Lu wrote: On Fri, Dec 4, 2015 at 11:26 AM, Vladimir Makarov wrote: The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68349 The patch was tested and bootstrapped on x86/x86-64. Committed as rev. 231300. unsigned

Re: patch to fix PR68349

2015-12-04 Thread H.J. Lu
On Fri, Dec 4, 2015 at 11:26 AM, Vladimir Makarov wrote: > The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68349 > > The patch was tested and bootstrapped on x86/x86-64. > > Committed as rev. 231300. unsigned long strlen();

patch to fix PR68349

2015-12-04 Thread Vladimir Makarov
The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68349 The patch was tested and bootstrapped on x86/x86-64. Committed as rev. 231300. Index: ChangeLog === --- ChangeLog (revision 231299) +++ ChangeLog