------- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-11 15:15 ------- (In reply to comment #0) > I tried all the new opts from -O0 to -O1, but adding them all to -O0 does not > fix it. No idea why.
Because you did not read the documention that says that would not work. Now if you instead used -fno-* to -O1 you might get a better idea. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26643