From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10729 invoked by alias); 30 Aug 2012 16:48:28 -0000 Received: (qmail 10720 invoked by uid 22791); 30 Aug 2012 16:48:26 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED 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; Thu, 30 Aug 2012 16:48:14 +0000 From: "ramrad01 at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54252] [4.7/4.8 Regression] Bad alignment code generated for Neon loads Date: Thu, 30 Aug 2012 16:48: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: major X-Bugzilla-Who: ramrad01 at arm dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.2 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-08/txt/msg02003.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54252 --- Comment #9 from ramrad01 at arm dot com 2012-08-30 16:48:12 UTC --- On 30/08/12 16:52, eric.batut at allegorithmic dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54252 > > --- Comment #8 from Eric Batut 2012-08-30 15:52:20 UTC --- > The original bug instance is fixed on trunk (rev 190803). > I had what I think is another instance of the same bug, where the error message > is "alignment of array elements is greater than element size", and this is also > fixed by rev 190803. Good to hear that this fixes the original bug instance on trunk. I intend to do a backport to 4.7 next week if there are no more problems reported with this. Thanks, Ramana