From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16430 invoked by alias); 5 Nov 2010 11:42:20 -0000 Received: (qmail 16421 invoked by uid 22791); 5 Nov 2010 11:42:20 -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; Fri, 05 Nov 2010 11:42:15 +0000 From: "ramana.r at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/46312] gcc.dg/vec-scal-opt2.c fails for ARM targets. X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ramana.r at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Fri, 05 Nov 2010 11:42: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: 2010-11/txt/msg00627.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D46312 --- Comment #3 from Ramana Radhakrishnan 2010-1= 1-05 11:41:40 UTC --- > --- Comment #1 from Richard Guenther 2010-11= -05 11:29:41 UTC --- > Hm, of course. =C2=A0Does adding > > /* { dg-require-effective-target vect_shift } */ > > make it unsupported? =C2=A0(I see that would be true for > check_effective_target_arm32, Isn't that true for arm32 and hence making that check would be a no-op won't it ? We do have vector shifts for Neon. > so, does gcc.dg/vect/vect-shift-1.c also fail? I begin to see an execute failure with gcc.dg/vect/vect-shift-1.c gcc.dg/vect-scalop-2.c and gcc.dg/vect-scalop.c also appear to fail similar= ly . Ramana =46rom the latest test results gcc.dg/vect/vect-shift-1.c also appears to have an execution failure. > > -- > Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=3Demail > ------- You are receiving this mail because: ------- > You reported the bug. >