re PR middle-end/66134 ([CHKP] ICE: Unable to coalesce ssa_names 18 and 17 which...
authorIlya Enkovich <enkovich.gnu@gmail.com>
Fri, 15 May 2015 09:38:44 +0000 (09:38 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Fri, 15 May 2015 09:38:44 +0000 (09:38 +0000)
commit2c1f37b57aa599b80d3be5feb8be12db1f6441c6
tree8014b3e177f88bbb3d858a809ea701bd9dbc1aa5
parent95f991707bac9b29b5e762588acad5fa37ac89d0
re PR middle-end/66134 ([CHKP] ICE: Unable to coalesce ssa_names 18 and 17 which are marked as MUST COALESCE)

gcc/

PR middle-end/66134
* tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
(chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.

gcc/testsuite/

PR middle-end/66134
* gcc.target/i386/mpx/pr66134.c: New test.

From-SVN: r223215
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/tree-chkp.c