On Fri, Apr 18, 2014 at 01:33:54PM +0200, Martin Jambor wrote: > I am aware this problem has been reported but my problem is that I > cannot reproduce it anywhere. The tests pass on x86_64 host and the > only i686 host I use is gcc45 on gcc farm where these tests are > skipped. It is very likely that the patch below is the proper fix but
It reproduces on x86_64 too, I guess the reason why you aren't seeing this is that you might have too old assembler that doesn't support avx2 instructions (you actually don't need avx2 hw to reproduce, any x86_64 or i686 just with gas that supports avx2 should be enough). Jakub