This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/51968] gcc trunk (ARM) ICEs in final_scan_insn in final.c:2716, with "could not split insn" error msg
- From: "eric.batut at allegorithmic dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 24 Jan 2012 11:12:23 +0000
- Subject: [Bug target/51968] gcc trunk (ARM) ICEs in final_scan_insn in final.c:2716, with "could not split insn" error msg
- Auto-submitted: auto-generated
- References: <bug-51968-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51968
--- Comment #5 from Eric Batut <eric.batut at allegorithmic dot com> 2012-01-24 11:12:23 UTC ---
(In reply to comment #3)
> Created attachment 26436 [details]
> proposed patch
>
> I'll run this through a cross-build first, but I expect this will fix it.
This patch makes gcc trunk no longer crash with our Neon files. Building right
now to test for code correctness, although judging from the patch the
functionality of the code should not be impacted.
Thanks Richard !