------- Comment #12 from jakub at gcc dot gnu dot org 2010-03-24 07:08 ------- FYI, the only change I'm seeing is: - subcc %g0, %g1, %g0 - addx %g0, 0, %g1 with 1 vs. 0 in gimple_boolify and no effect with the other changes. That said, I'm probably using different cc1 options than you are... ./cc1 -g -O2 -m32 -mptr32 regexec.i -o regexec.s here...
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43385