Bits propagation only for int and ptr types
authorMartin Liska <mliska@suse.cz>
Tue, 3 Apr 2018 13:27:26 +0000 (15:27 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Tue, 3 Apr 2018 13:27:26 +0000 (15:27 +0200)
commitb93f25ad50bd186cc9a9e7951a9d8caf0f4184ee
tree00fed89c780b4d7654668bf4f39ebb5dd41cce09
parentb79861dc95ab7e737f11f84e0e1250c76e16fcab
Bits propagation only for int and ptr types

2018-03-29  Martin Liska  <mliska@suse.cz>
    Martin Jambor  <mjambor@suse.cz>

PR ipa/84947
* ipa-cp.c (propagate_bits_across_jump_function): Bail out if
param_type is not an integral or pointer type.

Co-Authored-By: Martin Jambor <mjambor@suse.cz>
From-SVN: r259029
gcc/ChangeLog
gcc/ipa-cp.c