re PR target/67405 (ICE on invalid use of struct on x86_64-linux-gnu)
authorIlya Enkovich <enkovich.gnu@gmail.com>
Tue, 1 Sep 2015 14:38:42 +0000 (14:38 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Tue, 1 Sep 2015 14:38:42 +0000 (14:38 +0000)
commit53f303165e21a7e87de1346929e82c0626600e61
treebcae91c3473ab9cbb76496b079e9c8f079e343c4
parentd4c6109400c8224338916b65c7693547a798f81e
re PR target/67405 (ICE on invalid use of struct on x86_64-linux-gnu)

gcc/

PR target/67405
* tree-chkp.c (chkp_find_bound_slots_1): Add NULL check.

gcc/testsuite/

PR target/67405
* g++.dg/pr67405.C: New test.

From-SVN: r227373
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr67405.C [new file with mode: 0644]
gcc/tree-chkp.c