http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54455
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |4.8.0
Summary|[4.7/4.8 Regression] ICE: |[4.7 Regression] ICE: RTL
|RTL check: expected elt 3 |check: expected elt 3 type
|type 'B', have '0' (rtx |'B', have '0' (rtx barrier)
|barrier) in |in compute_bb_for_insn, at
|compute_bb_for_insn, at |cfgrtl.c:418
|cfgrtl.c:418 |
Known to fail|4.8.0 |
--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-06
07:36:05 UTC ---
Fixed on the trunk so far.