From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8537 invoked by alias); 6 Dec 2002 02:46:07 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 8524 invoked by uid 71); 6 Dec 2002 02:46:07 -0000 Date: Thu, 05 Dec 2002 18:46:00 -0000 Message-ID: <20021206024606.8523.qmail@sources.redhat.com> To: aldyh@sources.redhat.com Cc: gcc-prs@gcc.gnu.org, From: Aldy Hernandez Subject: Re: c/8703: Compiler Segmentation Fault cross-compiling PPC Altivec accelerated code Reply-To: Aldy Hernandez X-SW-Source: 2002-12/txt/msg00339.txt.bz2 List-Id: The following reply was made to PR c/8703; it has been noted by GNATS. From: Aldy Hernandez To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, vtaylor@dna-cs.com Cc: Subject: Re: c/8703: Compiler Segmentation Fault cross-compiling PPC Altivec accelerated code Date: Thu, 5 Dec 2002 18:44:43 -0800 It looks like you have a complicated expression that's expanding in such a way that it's running out of memory. The file *is* 441megs after all. Could you simplify the testcase to its bare minimum, and perhaps send an *un*preprocessed source (with header files of course). Aldy