From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32558 invoked by alias); 23 Dec 2009 07:54:19 -0000 Received: (qmail 32206 invoked by uid 48); 23 Dec 2009 07:54:08 -0000 Date: Wed, 23 Dec 2009 07:54:00 -0000 Message-ID: <20091223075408.32205.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/41082] [4.5 Regression] FAIL: gfortran.fortran-torture/execute/where_2.f90 execution, -O3 -g with -m64 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "irar at il dot ibm 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: 2009-12/txt/msg02215.txt.bz2 ------- Comment #36 from irar at il dot ibm dot com 2009-12-23 07:54 ------- Thanks! So, it is alignment of the vectorized arrays. I'd like to do two more checks: 1. Just force alignment of the two arrays (temp and reduce) and do not vectorize. 2. Force alignment of reduce only (and vectorize both loops). I am attaching the hacks. Could you please chesk this as well? Thanks, Ira -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082