From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21183 invoked by alias); 4 Aug 2005 12:43:17 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21136 invoked by uid 22791); 4 Aug 2005 12:43:09 -0000 Received: from h-68-164-203-246.nycmny83.covad.net (HELO dberlin.org) (68.164.203.246) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 04 Aug 2005 12:43:09 +0000 Received: from [127.0.0.1] (HELO localhost) by dberlin.org (CommuniGate Pro SMTP 4.3.6) with ESMTP id 8064808; Thu, 04 Aug 2005 08:43:07 -0400 Subject: Re: ICE hunting in gcc-4.1 From: Daniel Berlin To: Dan Kegel Cc: GCC Mailing List In-Reply-To: <42F1ADA1.5090300@kegel.com> References: <42F1ADA1.5090300@kegel.com> Content-Type: text/plain Date: Thu, 04 Aug 2005 12:43:00 -0000 Message-Id: <1123155781.20145.19.camel@1031host81.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00146.txt.bz2 On Wed, 2005-08-03 at 22:54 -0700, Dan Kegel wrote: > Geez, 'delta' from http://www.cs.berkeley.edu/~dsw > really does seem to make it easy to track down > near-minimal testcases for ICEs. Just remember to use topformflat and -Wfatal-errors to make it faster (it's particularly helpful for C++ :P)