This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150
- From: "wojtek.golf at interia dot pl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Jan 2015 16:34:37 +0000
- Subject: [Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150
- Auto-submitted: auto-generated
- References: <bug-57295-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295
--- Comment #5 from Wojciech Migda <wojtek.golf at interia dot pl> ---
(In reply to Yaakov Selkowitz from comment #4)
> This still occurs with 4.9.2, and the patch in comment 2 fixes it.
I contacted Bernd Schmidt few minutes ago about the patch and he wrote that:
> I think I've seen that problem before. The current code in trunk just
> uses MEM_P instead of memory_operand. Does that fix your issue?
But this kind of contradicts Mikael's statement here
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451#c1), unless there was a
change in the trunk after Mikael's check.
Can someone verify that? I'll be leaving work for the weekend so I won't be
able to do that myself now.