From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25440 invoked by alias); 24 Mar 2004 15:42:56 -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 25414 invoked by uid 48); 24 Mar 2004 15:42:56 -0000 Date: Wed, 24 Mar 2004 15:42:00 -0000 Message-ID: <20040324154256.25411.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040324065726.14711.debian-gcc@lists.debian.org> References: <20040324065726.14711.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14711] ICE in final.c:2117 when compiling a huge source file X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg02899.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-03-24 15:42 ------- Ugh, I've reduced bug reports with close to 100k lines, but this one has more than 500k, and it takes forever to compile even without optimization. However, it seems like a very good candidate for delta debugging, since it consists of huge functions where it is presumably possible to chuck away large pieces. Anyone got any experience with that? A smaller testcase from the submitters would of course be much better... W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711