From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6648 invoked by alias); 4 Dec 2009 20:38:11 -0000 Received: (qmail 6533 invoked by uid 48); 4 Dec 2009 20:37:58 -0000 Date: Fri, 04 Dec 2009 20:38:00 -0000 Subject: [Bug tree-optimization/42284] New: failing tree check in graphite-sese-to-poly.c for 164.gzip X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janis at gcc dot gnu dot org" 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/msg00429.txt.bz2 GCC trunk gets an internal compiler error when building SPEC CPU2000 test 164.gzip with "-O2 -floop-interchange" on powerpc-linux, as demonstrated by a minimized testcase that I'll attach to this PR. elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -c -O2 -floop-interchange bug.c bug.c: In function ‘inflate_fixed’: bug.c:56:1: internal compiler error: tree check: expected ssa_name, have integer_cst in detect_commutative_reduction, at graphite-sese-to-poly.c:2654 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. A Graphite-enabled trunk build is broken during the 19-hour range from r150250 to 150300. The test passes with the build just before that range and fails with r150301, the first revision that builds after a merge from the Graphite branch. -- Summary: failing tree check in graphite-sese-to-poly.c for 164.gzip Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42284