re PR rtl-optimization/46777 (ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with...
authorJakub Jelinek <jakub@redhat.com>
Mon, 6 Dec 2010 19:28:09 +0000 (20:28 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 6 Dec 2010 19:28:09 +0000 (20:28 +0100)
commit150bd82096743de59b2528fefcb7a5ec936f9d89
tree959f69dcff53adb1e2fe7053bcc927890ba29a79
parentce7190e503340dd94fec600f25d0ec64c7f56422
re PR rtl-optimization/46777 (ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops)

PR rtl-optimization/46777
* cfglayout.c (duplicate_insn_chain): Avoid duplicating
also barrier after tablejump.

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

From-SVN: r167513
gcc/ChangeLog
gcc/cfglayout.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr46777.c [new file with mode: 0644]