From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4925 invoked by alias); 23 Dec 2004 08:45:57 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4875 invoked by uid 48); 23 Dec 2004 08:45:51 -0000 Date: Thu, 23 Dec 2004 08:45:00 -0000 Message-ID: <20041223084551.4873.qmail@sourceware.org> From: "frouleau at naotek dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041217174448.19059.frouleau@naotek.com> References: <20041217174448.19059.frouleau@naotek.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19059] Atmel AVR Tiny13 and Tiny2313 support corrupted X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03319.txt.bz2 List-Id: ------- 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