re PR rtl-optimization/61058 (ICE: RTL check: expected elt 3 type 'B', have '0' ...
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Jan 2015 09:19:30 +0000 (10:19 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Jan 2015 09:19:30 +0000 (10:19 +0100)
commit6d71672db616f6d3f5462028d6476a28610f42b5
tree348fce1e9f815dcfda4c8411fae30e1f49b30857
parent3dd598be88193ee087ab51312b5e464b2d6e2891
re PR rtl-optimization/61058 (ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in distance_agu_use_in_bb, at config/i386/i386.c:16740 with __builtin_unreachable())

PR rtl-optimization/61058
* jump.c (cleanup_barriers): Update basic block boundaries
if BLOCK_FOR_INSN is non-NULL on PREV.

* gcc.dg/pr61058.c: New test.

From-SVN: r220155
gcc/ChangeLog
gcc/jump.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr61058.c [new file with mode: 0644]