From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10617 invoked by alias); 6 Mar 2012 12:43:45 -0000 Received: (qmail 10569 invoked by uid 22791); 6 Mar 2012 12:43:44 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_SUB_OBFU_Z,TW_GJ X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Mar 2012 12:43:32 +0000 From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/52461] [avr] XMEGA+EBI: RAMPZ clobbered while reading from flash Date: Tue, 06 Mar 2012 12:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg00525.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52461 --- Comment #4 from Georg-Johann Lay 2012-03-06 12:43:00 UTC --- (In reply to comment #3) > > This is mostly the same behaviour as described by > darkdragon2000 in bug 44940, except that it also happens in the application > section if code size is >=65536 bytes. > > device: ATxmega128A1 > gcc version 4.5.1 (AVR_8_bit_GNU_Toolchain_3.2.3_314) (from Atmel) > Windows 2000 XMEGA support is is added in GCC 4.7.0 and is still tentative an not well tested. If you use a vendor specific GCC port like mentioned above, please report bugs to the respective vendor support address or bug tracker, i.e. avr@atmel.com in this case. This bug tracker if for the official GCC hosted by FSF, not for private ports. This means that this PR refers to the FSF hosted version of the compiler, not to Atmel's fork of the compiler which might or might not expose similar problems.