From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20866 invoked by alias); 20 Nov 2004 17:27:54 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20813 invoked by uid 48); 20 Nov 2004 17:27:51 -0000 Date: Sat, 20 Nov 2004 17:27:00 -0000 From: "ebotcazou at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20041120172750.18580.ebotcazou@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/18580] New: Vectorizer failures X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg02354.txt.bz2 List-Id: This PR is aimed at tracking the vectorizer failures on the SPARC. As of today, we have 11 failures on SPARC 32-bit: FAIL: gcc.dg/vect/vect-13.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-27.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-27a.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-29.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-29a.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-48a.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-56a.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-72.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-72a.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-77.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-77a.c scan-tree-dump-times vectorized 1 loops 1 which are either related to max vector operations (vect-13.c) or unaligned operations (the remaining 10 failures). -- Summary: Vectorizer failures Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ebotcazou at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: sparc*-*-* GCC host triplet: sparc*-*-* GCC target triplet: sparc*-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18580