From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12764 invoked by alias); 4 Feb 2003 23:56:00 -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 12751 invoked by uid 71); 4 Feb 2003 23:56:00 -0000 Date: Tue, 04 Feb 2003 23:56:00 -0000 Message-ID: <20030204235600.12750.qmail@sources.redhat.com> To: geoffk@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Ritzert@t-online.de (Michael Ritzert) Subject: Re: c++/9304: [pch] ICE in gen_subprogram_die Reply-To: Ritzert@t-online.de (Michael Ritzert) X-SW-Source: 2003-02/txt/msg00238.txt.bz2 List-Id: The following reply was made to PR c++/9304; it has been noted by GNATS. From: Ritzert@t-online.de (Michael Ritzert) To: Wolfgang Bangerth Cc: gcc-gnats@gcc.gnu.org Subject: Re: c++/9304: [pch] ICE in gen_subprogram_die Date: Tue, 4 Feb 2003 22:45:51 +0100 Ok, some more info: StdAfx.h: empty(!) configfile.cpp: #include "StdAfx.h" #include ============================================================================ i686-pc-linux-gnu 20030202 ----------------- ritzert@liz:~/NFS/test/pch$ c++ -g -O2 -fPIC -c StdAfx.h ritzert@liz:~/NFS/test/pch$ c++ -g -O2 -fPIC -c configfile.cpp In file included from /opt/gcc-HEAD/include/c++/3.4/iostream:46, from configfile.cpp:2: /opt/gcc-HEAD/include/c++/3.4/istream:767: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ritzert@liz:~/NFS/test/pch$ c++ -g -O2 -fPIC -pthread -c configfile.cpp In file included from /opt/gcc-HEAD/include/c++/3.4/iostream:46, from configfile.cpp:3: /opt/gcc-HEAD/include/c++/3.4/istream:767: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ============================================================================ i386-unknown-freebsd4.7 20030203: ----------------------- -bash-2.05b$ g++ -fPIC -c StdAfx.h -bash-2.05b$ g++ -fPIC -c configfile.cpp 2>&1 | head In file included from /home/ritzert/gcc-HEAD/install/include/c++/3.4/ios:50, from /home/ritzert/gcc-HEAD/install/include/c++/3.4/ostream:45, from /home/ritzert/gcc-HEAD/install/include/c++/3.4/iostream:45, from configfile.cpp:3: /home/ritzert/gcc-HEAD/install/include/c++/3.4/streambuf:-23783: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ============================================================================ alpha-unknown-linux-gnu 20030131 - works ----------------------- Michael