From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19612 invoked by alias); 13 Apr 2011 07:56:42 -0000 Received: (qmail 19595 invoked by uid 22791); 13 Apr 2011 07:56:40 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 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, 13 Apr 2011 07:56:31 +0000 From: "ramana at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/48090] [4.5 Regression] gcc 4.5.2 miscompilation when building on arm 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: ramana at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.5.3 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 Date: Wed, 13 Apr 2011 07:56:00 -0000 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: 2011-04/txt/msg01312.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48090 --- Comment #17 from Ramana Radhakrishnan 2011-04-13 07:56:00 UTC --- (In reply to comment #15) > On Tue, Apr 12, 2011 at 01:53:48PM +0000, ramana at gcc dot gnu.org wrote: > > Still need to backport and test on the 4.6 branch. That is next. > > Small procedural note: it is preferred to go trunk -> 4.6 -> 4.5, rather > than trunk -> 4.5 -> 4.6, even if the bug is reported against 4.5. Yes I know but it was just a function of what tree I had ready to test and finish at that point of time. Will do it in the right order from next time. I don't have a 4.4 tree handy and this bug should be latent there as well - so if someone wants to backport it please do so but I don't have the time to do it in the next couple of weeks. cheers Ramana