re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers)
authorJakub Jelinek <jakub@redhat.com>
Thu, 14 Dec 2017 11:02:37 +0000 (12:02 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 14 Dec 2017 11:02:37 +0000 (12:02 +0100)
commit6dfb83e8d8625c1845a3df51e5519d7904700add
tree8b6055274e6c1b7e00d999b5bdc0829c5665ba9c
parentaa215959c5f6c6ec2e877d976f305eb8c9e08f2c
re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers)

PR bootstrap/83396
* var-tracking.c (vt_initialize): Ignore non-DEBUG_INSNs outside of
basic blocks.  Assert debug bind insns don't appear outside of bbs,
don't reset them.  Assert insns without BLOCK_FOR_INSN are outside of
bb.  Simplify.

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

From-SVN: r255627
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr83396.c [new file with mode: 0644]
gcc/var-tracking.c