------- Additional Comments From drab at kepler dot fjfi dot cvut dot cz 2005-05-14 00:49 ------- (In reply to comment #0)
> > But when compiling with only the following: > > -------------------------- > gcc -O1 -fno-strict-aliasing -finline-functions -o lame lame.c > -------------------------- Sorry this should have been: -------------------------- gcc -O0 -fno-strict-aliasing -finline-functions -o lame lame.c -------------------------- -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21564