This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/65087] [5 Regression] r220742 causes: ICE: in ipcp_verify_propagated_values, at ipa-cp.c:1057


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65087

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 18 11:37:02 2015
New Revision: 220786

URL: https://gcc.gnu.org/viewcvs?rev=220786&root=gcc&view=rev
Log:
    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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphclones.c
    trunk/gcc/trans-mem.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]