From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18611 invoked by alias); 5 Feb 2015 14:00:14 -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 Received: (qmail 18411 invoked by uid 48); 5 Feb 2015 14:00:07 -0000 From: "jgreenhalgh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/64946] [AArch64] gcc.target/aarch64/vect-abs-compile.c - "abs" vectorization fails for char/short types Date: Thu, 05 Feb 2015 14:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jgreenhalgh at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: vekumar at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget bug_status cf_reconfirmed_on cc short_desc everconfirmed cf_known_to_fail Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00459.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64946 James Greenhalgh changed: What |Removed |Added ---------------------------------------------------------------------------- Target|aarch64 |aarch64*-none-* Status|UNCONFIRMED |NEW Last reconfirmed| |2015-02-05 CC| |jgreenhalgh at gcc dot gnu.org Summary|For Aarch64, vectorization |[AArch64] |with "abs" instruction is |gcc.target/aarch64/vect-abs |not hapenning with vector |-compile.c - "abs" |elements of char/short |vectorization fails for |type. |char/short types Ever confirmed|0 |1 Known to fail| |4.8.0 --- Comment #2 from James Greenhalgh --- This has been failing since the first GCC versions supporting AArch64. Confirmed and bug updated.