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/12721] [3.4 Regression] ICE when building a cross compiler for avr-elf


------- 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


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