------- Additional Comments From drab at kepler dot fjfi dot cvut dot cz 2005-10-01 13:05 ------- (In reply to comment #0) ... > ------------------- > gcc -c -O3 -finline-limit=1024 -ftree-vectorize -ftracer -o minilzo.o > minilzo.c > -------------------
It works when you either remove any of the options above, or lower the -O number or lower the -finline-limit under 590 (but I suspect that would be specific to the test code). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24160