This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9304: [pch] ICE in gen_subprogram_die


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 <bangerth@ticam.utexas.edu>
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 <iostream>
 
 ============================================================================
 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 <URL:http://www.gnu.org/software/gcc/bugs.html> 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 <URL:http://www.gnu.org/software/gcc/bugs.html> 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 <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
 
 
 ============================================================================
 alpha-unknown-linux-gnu  20030131 - works
 -----------------------
 
 Michael
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]