]> git.ipfire.org Git - thirdparty/gcc.git/commit
Get bounds for a PARM_DECL (PR ipa/79761).
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Mar 2017 09:22:29 +0000 (09:22 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Mar 2017 09:22:29 +0000 (09:22 +0000)
commit90a2ae89c802ece13abc163aeaea6ae3d69e82f7
tree237ec5a5190c692675856739ba4df20c7a6e6606
parent5383272d53797029fdbbe5a22739a5a7f8297397
Get bounds for a PARM_DECL (PR ipa/79761).

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

PR ipa/79761
* tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
(chkp_find_bounds_1): Remove gcc_unreachable.
2017-03-09  Martin Liska  <mliska@suse.cz>

PR ipa/79761
* g++.dg/pr79761.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245993 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr79761.C [new file with mode: 0644]
gcc/tree-chkp.c