Re: [PATCH] Fix PR46590

2014-01-17 Thread Richard Biener
On Fri, 17 Jan 2014, Jakub Jelinek wrote: > On Fri, Jan 17, 2014 at 12:32:34PM +0100, Richard Biener wrote: > > ! /* Search the contents of the sorted vector with a binary search. > > !CMP is the comparison function to pass to bsearch. */ > > Can you please sed -i -e s/__//g in the whole met

Re: [PATCH] Fix PR46590

2014-01-17 Thread Jakub Jelinek
On Fri, Jan 17, 2014 at 12:32:34PM +0100, Richard Biener wrote: > ! /* Search the contents of the sorted vector with a binary search. > !CMP is the comparison function to pass to bsearch. */ Can you please sed -i -e s/__//g in the whole method? I mean, this isn't in libstdc++ or glibc header,

[PATCH] Fix PR46590

2014-01-17 Thread Richard Biener
This fixes PR46590 - I've worked on this at the beginning of last year already but appearantly when deciding to not push the last bits of the LIM reorg failed to check the full testcase again. So this fixes memory usage of that large testcase (many loops) from requiring a peak memory usage of >3.