------- Comment #8 from rguenth at gcc dot gnu dot org 2008-04-02 20:17 ------- Hm, yeah. The trick of course is to not emit the jump to the default label. For the tablejump case it may be easiest to just use any other label. I'll see if that works.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35800