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

[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488

--- Comment #14 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-03-13 18:16:04 UTC ---
(In reply to comment #13)

> FYI: I could provide an alternative configuration for RTEMS, but avr-gcc-4.7.0
> currently does not build at all due to
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52925 rsp.
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52575.
52925 does not exists. You mean PR50925 ?

These bugs are hard to fix and open since over 2 years now, see PR42204

You might get around these by building with -fno-caller-saves which avoids the
spill fails in some situations. I don't know if someone is working on these
issues. AVR with its register layout is real stress test for the register
allocator, but AVR is neither primary nor secondary platform so that such bugs
are outside the focus of GCC developers.


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