This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/53881] [4.8 regression] ICE in hoist_edge_and_branch_if_true


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]