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/19059] Atmel AVR Tiny13 and Tiny2313 support corrupted


------- Additional Comments From frouleau at naotek dot com  2004-12-23 08:45 -------
Created an attachment (id=7810)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7810&action=view)
workarround to fix the bug

This patch moves attiny13 and attiny2313 from arch4 to arch2. Thus no bugs
occure anymore but the generated code is not optimized (lost movw, spm and some
form of lpm asm instructions).
A new architecture should be created to fully solve the problem.

-- 


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


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