]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraphclones.cc
re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ipa-cp...
authorJakub Jelinek <jakub@redhat.com>
Wed, 18 Feb 2015 11:37:02 +0000 (12:37 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 18 Feb 2015 11:37:02 +0000 (12:37 +0100)
commit4ab26ee0222cc447455f32ef755a7c17da3b001f
tree6301936495bc984c30778148808de04d76ab7225
parent6f423f4c894fe9dada8ad862b237001c99aa6150
re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ipa-cp.c:1057)

PR ipa/65087
* cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
section if !implicit_section.
(cgraph_node::create_version_clone_with_body): Likewise.
* trans-mem.c (ipa_tm_create_version): Likewise.

From-SVN: r220786
gcc/ChangeLog
gcc/cgraphclones.c
gcc/trans-mem.c