Fix *_CST ICEs connected to MPX.
authorMartin Liska <mliska@suse.cz>
Mon, 20 Mar 2017 10:04:06 +0000 (11:04 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 20 Mar 2017 10:04:06 +0000 (10:04 +0000)
commit918112d378787a2227f61225098289a14b1ccd22
tree8145fcf710b8e6c75af5747f0aba7fc95b991923
parente325aba2a7c44778ab5233dcb4c9bd010837f2b7
Fix *_CST ICEs connected to MPX.

2017-03-20  Martin Liska  <mliska@suse.cz>

PR target/79769
PR target/79770
* tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
COMPLEX_CST and VECTOR_CST.
2017-03-20  Martin Liska  <mliska@suse.cz>

PR target/79769
PR target/79770
* g++.dg/pr79769.C: New test.
* gcc.target/i386/mpx/pr79770.c: New test.

From-SVN: r246275
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr79769.C [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/mpx/pr79770.c [new file with mode: 0644]
gcc/tree-chkp.c