From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4390 invoked by alias); 9 Aug 2010 17:48:44 -0000 Received: (qmail 4345 invoked by uid 48); 9 Aug 2010 17:48:28 -0000 Date: Mon, 09 Aug 2010 17:48:00 -0000 Subject: [Bug tree-optimization/45241] New: CPU2006 465.tonto ICE in the vectorizer with -fno-tree-pre X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "changpeng dot fang at amd 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-08/txt/msg00683.txt.bz2 With gcc 4.6: gfortran -c -o diis.fppized.o -O3 -fno-tree-pre -march=amdfam10 -m64 diis.fppized.f90 diis.fppized.f90: In function 'extrapolate': diis.fppized.f90:882:0: internal compiler error: vector VEC(vec_void_p,base) index domain error, in vinfo_for_stmt at tree-vectorizer.h:595 Please submit a full bug report, with preprocessed source if appropriate. See for instructions This is invoked in "vect_recog_dot_prod_pattern": stmt_vinfo = vinfo_for_stmt (stmt); Where "stmt" is not inside the loop, and thus stmt_vinfo was not set up. -- Summary: CPU2006 465.tonto ICE in the vectorizer with -fno-tree- pre Product: gcc Version: tree-ssa Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: changpeng dot fang at amd dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45241