Do not call chkp_type_bounds_count if MPX is not enabled (PR target/84988).
commit0b411af1ce64363c7b0f09653a90563f410bf040
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Mar 2018 14:22:27 +0000 (28 14:22 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Mar 2018 14:22:27 +0000 (28 14:22 +0000)
tree487a90419c55ea146a40ff463eb15112b8d906d8
parent0f78a47da1d39929b3740562e38c3033b9635972
Do not call chkp_type_bounds_count if MPX is not enabled (PR target/84988).

2018-03-28  Martin Liska  <mliska@suse.cz>

PR target/84988
* config/i386/i386.c (ix86_function_arg_advance): Do not call
chkp_type_bounds_count if MPX is not enabled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258923 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c