From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18239 invoked by alias); 16 Mar 2005 02:08:45 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 17982 invoked by uid 48); 16 Mar 2005 02:08:39 -0000 Date: Wed, 16 Mar 2005 02:08:00 -0000 From: "commie1 at gmx dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20050316020837.20490.commie1@gmx.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/20490] New: ICE: verify_stmts failed. (with -O -ftree-pre) X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg01904.txt.bz2 List-Id: /tmp/gccml/libexec/gcc/i686-pc-linux-gnu/4.1.0/cc1 -fpreprocessed blah.i -quiet -dumpbase blah.c -march=i386 -auxbase blah -version -o blah.s -ftree-pre GNU C version 4.1.0 20050316 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 4.1.0 20050316 (experimental). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 blah.c: In function 'blah': blah.c:7: error: Invalid operand to unary operator -xD.1134_4; blah.c:7: error: Invalid operand to unary operator -yD.1135_6; blah.c:7: internal compiler error: verify_stmts failed. Configured with: ../gcc/configure --prefix=/tmp/gccml --enable-languages=c --disable-nls --disable-libmudflap ======================================================== static int a; static int b; typedef int gint; int blah () { gint x = a; gint y = b; x *= (x < 0) ? -1 : 0; y *= (y < 0) ? -1 : 0; return (y * x); } ======================================================== -- Summary: ICE: verify_stmts failed. (with -O -ftree-pre) Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: commie1 at gmx dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20490