This is the mail archive of the gcc-patches@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]

[PATCH] PR29122: ICE with -ipa-cp and -m64


[Changed subject of the PR from middle end to tree-optimization]

Hi,

This patch updates DECL_ASSEMBLER_NAME and DECL_RTL correctly for 
the new version created.
This fixes the calls to the new versioned functions, fixing PR#29122
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29122 

Honza helped a lot with debugging and provided this patch, thanks!

:ADDPATCH tree-optimization:

Bootstrapped/regtested on ppc-linux and i686-linux, 
OK for mainline4.3 and 4.2 branch?

2006-10-29  Razya Ladklesky  <razya@il.ibm.com>
                 PR tree-optimization/29122
                 * tree-inline.c (tree_function_versioning): Update 
DECL_ASSEMBLER_NAME 
               for the new version.  Assign NULL to DECL_RTL of the new 
version. 


Attachment: pr_diff
Description: Binary data


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