From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29356 invoked by alias); 7 Aug 2002 07:46:02 -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 29336 invoked by uid 71); 7 Aug 2002 07:46:02 -0000 Resent-Date: 7 Aug 2002 07:46:02 -0000 Resent-Message-ID: <20020807074602.29335.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, hul@progsoc.org Received: (qmail 27988 invoked by uid 61); 7 Aug 2002 07:37:11 -0000 Message-Id: <20020807073711.27987.qmail@sources.redhat.com> Date: Wed, 07 Aug 2002 00:46:00 -0000 From: hul@progsoc.org Reply-To: hul@progsoc.org To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: other/7519: mipsel-linux-g++ crashes with: Internal error: Killed (program cc1plus) X-SW-Source: 2002-08/txt/msg00129.txt.bz2 List-Id: >Number: 7519 >Category: other >Synopsis: mipsel-linux-g++ crashes with: Internal error: Killed (program cc1plus) >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Aug 07 00:46:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: hul@progsoc.org >Release: g++ 3.0.4 (also 3.1.1) >Organization: >Environment: gcc-3.0.4 --target=mipsel-linux --with-gnu-as --with-gnu-ld --enable-threads=single --with-newlib on Linux i686 (newlib 1.9.0) >Description: g++ crashes with, mipsel-linux-g++: Internal error: Killed (program cc1plus) when compiling to object: // begin code class A { public: char foo[128*128*128]; }; class B : public A { }; // end code % mipsel-linux-g++ -v Configured with: ../gcc-3.0.4/configure --target=mipsel-linux --with-gnu-as --with-gnu-ld --with-headers=../newlib-1.9.0/newlib/libc/include --with-as=mipsel-linux-as --with-ld=mipsel-linux-ld --disable-shared --enable-threads=single --enable-languages=c,c++ --with-newlib Thread model: single gcc version 3.0.4 >How-To-Repeat: compile to object the code snipet: // begin code class A { public: char foo[128*128*128]; }; class B : public A { }; // end code >Fix: >Release-Note: >Audit-Trail: >Unformatted: