This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
other/9604: [pch] new ICE when creating ostream.pch
- From: bkoz at redhat dot com
- To: gcc-gnats at gcc dot gnu dot org
- Cc: geoffk at apple dot com
- Date: 6 Feb 2003 21:23:24 -0000
- Subject: other/9604: [pch] new ICE when creating ostream.pch
- Reply-to: bkoz at redhat dot com
>Number: 9604
>Category: other
>Synopsis: [pch] new ICE when creating ostream.pch
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Feb 06 21:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Benjamin Kosnik
>Release: gcc (GCC) 3.4 20030206 (experimental)
>Organization:
>Environment:
>Description:
Trying to compile the following:
cat > precomp_ostream.cc
#include<ostream>
like so:
g++ -Winvalid-pch precomp_ostream.cc -o ostream.pch
gives:
In file included from precomp_ostream.hh:1:
/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/ostream:-11135: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
>How-To-Repeat:
see above
>Fix:
even a workaround would be cool
>Release-Note:
>Audit-Trail:
>Unformatted: