This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/54022] [4.8 regression] ICE in hoist_edge_and_branch_if_true
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 19 Jul 2012 11:04:32 +0000
- Subject: [Bug tree-optimization/54022] [4.8 regression] ICE in hoist_edge_and_branch_if_true
- Auto-submitted: auto-generated
- References: <bug-54022-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54022
Steven Bosscher <steven at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-07-19
CC| |steven at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #2 from Steven Bosscher <steven at gcc dot gnu.org> 2012-07-19 11:04:32 UTC ---
(In reply to comment #1)
> Something peculiar here is that the default and another case jumps to the same
> basic block:
Just like in PR53887 so this is very peculiar -- I thought I had already fixed
this. Will look into it tonight.