MPX: fix PR middle-end/79753
commitb105e82d5abebbadc05195c1576e2d0b1e6de243
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2017 10:06:00 +0000 (20 10:06 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2017 10:06:00 +0000 (20 10:06 +0000)
treedc6752f8d9cebc7d61e8a7709391fa345e70b635
parent7cc856c094c856b6feb904e1457a217b3fe30a41
MPX: fix PR middle-end/79753

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

PR middle-end/79753
* tree-chkp.c (chkp_build_returned_bound): Do not build
returned bounds for a LHS that's not a BOUNDED_P type.
2017-03-20  Martin Liska  <mliska@suse.cz>

PR middle-end/79753
* gcc.target/i386/mpx/pr79753.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246276 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/mpx/pr79753.c [new file with mode: 0644]
gcc/tree-chkp.c