From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4777 invoked by alias); 17 Sep 2010 16:30:33 -0000 Received: (qmail 4683 invoked by uid 48); 17 Sep 2010 16:30:14 -0000 Date: Fri, 17 Sep 2010 16:30:00 -0000 Message-ID: <20100917163014.4682.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/45706] [4.6 regression] gcc.dg/vect/vect-114.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" 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-09/txt/msg01988.txt.bz2 ------- Comment #2 from hjl dot tools at gmail dot com 2010-09-17 16:30 ------- (In reply to comment #1) > This passes for me, even in -m32 mode (if -msse is added, like vect.exp > does): > > % ./cc1 -ftree-vectorize -fno-vect-cost-model -msse2 -O2 \ > vect-114.c -ftree-vectorizer-verbose=2 2>&1 | grep note: > vect-114.c:13: note: LOOP VECTORIZED. > vect-114.c:6: note: vectorized 1 loops in function. > Please note. The failure is FAIL: gcc.dg/vect/vect-114.c scan-tree-dump-times vect "vectorized 0 loops" 1 ^^^^^^^^^^^^^^^^^^^ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45706