From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19353 invoked by alias); 11 Apr 2003 22:27:10 -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 19326 invoked by uid 48); 11 Apr 2003 22:27:10 -0000 Date: Fri, 11 Apr 2003 22:27:00 -0000 Message-ID: <20030411222710.19324.qmail@sources.redhat.com> To: daveturgeon@catholic.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: ljrittle@gcc.gnu.org Reply-To: ljrittle@gcc.gnu.org, daveturgeon@catholic.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c/10321: CC internal error X-SW-Source: 2003-04/txt/msg00528.txt.bz2 List-Id: Synopsis: CC internal error State-Changed-From-To: feedback->closed State-Changed-By: ljrittle State-Changed-When: Fri Apr 11 22:27:10 2003 State-Changed-Why: Thank you for posting the preprocessed code. I can compile it with GNU C version 3.2.2 (i386-portbld-freebsd4.7) & GNU C version 3.2.2 [FreeBSD] 20030205 (release) (i386-undermydesk-freebsd) [as installed on FreeBSD 5.x] The example required >64MB of memory to compile. Does your machine have enough swap configured? The exact error message you reported is indicative of out-of-memory (check /var/log/messages for a message that looks like: Apr 3 21:14:19 latour /kernel: pid 74396 (cc1), uid 22303, was killed: out of swap space) You will have to consult FreeBSD documentation on how to configure more swap. This is not a gcc problem other than it is not reported as well as it used to be (gcc 2 used to explicitly report that it was out of vm, etc.) http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10321