From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 960 invoked by alias); 28 Mar 2012 10:08:16 -0000 Received: (qmail 950 invoked by uid 22791); 28 Mar 2012 10:08:15 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,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; Wed, 28 Mar 2012 10:08:03 +0000 From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/52741] [avr] -mtiny-stack must not make assumptions on upper 8 bits of SP resp. FP Date: Wed, 28 Mar 2012 10:14: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: ASSIGNED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: gjl at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.6.4 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/msg02421.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52741 --- Comment #1 from Georg-Johann Lay 2012-03-28 10:07:06 UTC --- Author: gjl Date: Wed Mar 28 10:06:51 2012 New Revision: 185912 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185912 Log: PR target/52741 Revert r181936 from 2011-12-02 for: * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__) * config/avr/avr.md (movhi_sp_r_irq_off, movhi_sp_r_irq_on) * config/avr/avr.c (output_movhi, avr_file_start) Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/config/avr/avr.c branches/gcc-4_6-branch/gcc/config/avr/avr.md branches/gcc-4_6-branch/gcc/config/avr/libgcc.S