This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225
- From: "rmansfield at qnx dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Dec 2011 12:27:29 +0000
- Subject: [Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225
- Auto-submitted: auto-generated
- References: <bug-41159-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
--- Comment #21 from Ryan Mansfield <rmansfield at qnx dot com> 2011-12-20 12:27:29 UTC ---
(In reply to comment #20)
> I'm testing this patch on x86_64-linux, but it won't make any difference there.
> So can you guys test on arm/alpha please and report back? Thx.
For arm eabi, using rev182526 the ICE still happens on my original testcase but
after applying your patch the ICE no longer happens. Thanks!