This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12721] [3.4 Regression] ICE when building a cross compiler for avr-elf
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2003 09:41:39 -0000
- Subject: [Bug target/12721] [3.4 Regression] ICE when building a cross compiler for avr-elf
- References: <20031022120352.12721.berndtrog@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-19 09:41 -------
Totally a target issue: zero_reg_rtx is 0. The problem is that the allocation of zero_reg_rtx in
avr_init_once does not play nicely with GC.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|optimization |target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12721