Fix *_CST ICEs connected to MPX.
commit7cc856c094c856b6feb904e1457a217b3fe30a41
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2017 10:04:06 +0000 (20 10:04 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2017 10:04:06 +0000 (20 10:04 +0000)
tree8145fcf710b8e6c75af5747f0aba7fc95b991923
parentf3ebc88fa1c5b52aa47ac17ae4c294533190fd24
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246275 138bc75d-0d04-0410-961f-82ee72b054a4
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