http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48849

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-03 
05:49:27 UTC ---
If it is GC related, then perhaps just the fewer stmts make a latent bug
reproduceable.
As switch conversion is early optimization pass, you could try to binary search
in between the *.o files to see on which the switchconv changes trigger it and
with preprocessed source for that I could double check if switchconv is
correct.

I don't have SPEC2k6 easily available for trying to reproduce this myself
though.

Reply via email to