http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53881
Steven Bosscher <steven at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
--- Comment #10 from Steven Bosscher <steven at gcc dot gnu.org> 2012-07-22
21:25:39 UTC ---
(In reply to comment #8)
> This other attached source code crashes the compiler in
> the same place.
>
> I am not sure this bug is really fixed.
The bug is somewhere else this time. It's a latent bug in tree-cfg.c which
relied on labels being canonicalized in group_case_labels.
I have a fix.