This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/29122] ICE with -ipa-cp and -m64 (tail calls)
- From: "razya at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2006 12:08:23 -0000
- Subject: [Bug tree-optimization/29122] ICE with -ipa-cp and -m64 (tail calls)
- References: <bug-29122-13229@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from razya at il dot ibm dot com 2006-10-31 12:08 -------
(In reply to comment #4)
> Subject: Bug 29122
> Author: razya
> Date: Tue Oct 31 11:36:28 2006
> New Revision: 118227
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118227
> Log:
> 2006-10-31 Razya Ladklesky <razya@il.ibm.com>
> * tree-inline.c (remap_decls): remap all TYPE_DECLs.
> 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.
> Modified:
> branches/ipa-branch/gcc/ChangeLog.ipa
> branches/ipa-branch/gcc/tree-inline.c
(In reply to comment #4)
> Subject: Bug 29122
> Author: razya
> Date: Tue Oct 31 11:36:28 2006
> New Revision: 118227
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118227
> Log:
> 2006-10-31 Razya Ladklesky <razya@il.ibm.com>
> * tree-inline.c (remap_decls): remap all TYPE_DECLs.
> 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.
> Modified:
> branches/ipa-branch/gcc/ChangeLog.ipa
> branches/ipa-branch/gcc/tree-inline.c
This was committed only on ipa branch (witth Hubicka's consent). This fix was
submitted for GCC4.3 and possibly for GCC4.2
http://gcc.gnu.org/ml/gcc-patches/2006-10/msg01457.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29122