On Tue, 11 Dec 2012, Jakub Jelinek wrote:
> Hi!
>
> Lately this testcase often timesout for me on a busy box,
> I don't see a point iterating 2000^3 times, with 400^3 it is much faster
> and I still could reproduce the problem before the corresponding fix
> and the vectorizer r145171 fix fixed it
Hi!
Lately this testcase often timesout for me on a busy box,
I don't see a point iterating 2000^3 times, with 400^3 it is much faster
and I still could reproduce the problem before the corresponding fix
and the vectorizer r145171 fix fixed it.
Bootstrapped/regtested on x86_64-linux and i686-linu