This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19059] Atmel AVR Tiny13 and Tiny2313 support corrupted
- From: "frouleau at naotek dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Dec 2004 08:45:51 -0000
- Subject: [Bug target/19059] Atmel AVR Tiny13 and Tiny2313 support corrupted
- References: <20041217174448.19059.frouleau@naotek.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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