From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29206 invoked by alias); 9 Sep 2004 19:10:00 -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 29198 invoked from network); 9 Sep 2004 19:09:59 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 9 Sep 2004 19:09:59 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 24251BB6769; Thu, 9 Sep 2004 21:06:10 +0200 (CEST) Date: Thu, 09 Sep 2004 19:17:00 -0000 From: Michael Matz To: Ramana Radhakrishnan Cc: gcc@gcc.gnu.org Subject: Re: ra.c todo list. In-Reply-To: <67ea2eb04090912034440bc2a@mail.gmail.com> Message-ID: References: <67ea2eb040905020128b03316@mail.gmail.com> <67ea2eb040906011154bb737b@mail.gmail.com> <67ea2eb04090912034440bc2a@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-09/txt/msg00463.txt.bz2 Hi, On Fri, 10 Sep 2004, Ramana Radhakrishnan wrote: > As I had promised, but while building the new-regalloc-branch and the > C++ compiler during the build there is an ICE . The error message is > given below. . I was not able to find any equivalent error on Google. > > internal compiler error: Segmentation fault > > Any ideas / comments. ? No. Except for seeing where it crashes, and fixing the bug. Do you want to? Ciao, Michael.