From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23387 invoked by alias); 29 Aug 2005 15:24:23 -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 23322 invoked by uid 48); 29 Aug 2005 15:24:19 -0000 Date: Mon, 29 Aug 2005 15:25:00 -0000 From: "micis at gmx dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20050829152416.23625.micis@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/23625] New: ICE: in bsi_after_labels, at tree-flow-inline.h:758 X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03329.txt.bz2 List-Id: When I compile qt334 with the actual snapshot (20050826) of gcc41 I get an ICE when I use -O2 -ftree-loop-linear -ftree-vectorize. last working snapshot is: gcc-4.1-20050723 first failing snapshot is: gcc-4.1-20050730 Michael Cieslinski gcc41m -c -O2 -ftree-loop-linear -ftree-vectorize -o jquant2.o jquant2.i ../../../../src/3rdparty/libjpeg/jquant2.c: In function 'fill_inverse_cmap': ../../../../src/3rdparty/libjpeg/jquant2.c:859: internal compiler error: in bsi_after_labels, at tree-flow-inline.h:758 Please submit a full bug report, with preprocessed source if appropriate. gcc41m -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.1-20050826/configure --prefix=/usr/local/gcc41m -- program-suffix=41m --with-arch=opteron --enable-languages=c,c++ --enable- checking Thread model: posix gcc version 4.1.0 20050826 (experimental) -- Summary: ICE: in bsi_after_labels, at tree-flow-inline.h:758 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: micis at gmx dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23625