From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29736 invoked by alias); 4 Dec 2009 21:47:47 -0000 Received: (qmail 29424 invoked by uid 48); 4 Dec 2009 21:47:24 -0000 Date: Fri, 04 Dec 2009 21:47:00 -0000 Message-ID: <20091204214724.29423.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/42284] failing tree check in graphite-sese-to-poly.c for 164.gzip In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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/msg00442.txt.bz2 ------- Comment #2 from dominiq at lps dot ens dot fr 2009-12-04 21:47 ------- Confirmed on x86_64-apple-darwin10: [macbook] f90/bug% gcc45 -O2 -floop-interchange -c pr42284.c pr42284.c:6:14: warning: conflicting types for built-in function 'malloc' pr42284.c: In function 'inflate_fixed': pr42284.c:56:1: internal compiler error: tree check: expected ssa_name, have integer_cst in detect_commutative_reduction, at graphite-sese-to-poly.c:2631 Note the warning: "conflicting types for built-in function 'malloc'". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42284