This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12126] strstream.cc:353: internal compiler error
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2003 21:15:57 -0000
- Subject: [Bug libstdc++/12126] strstream.cc:353: internal compiler error
- References: <20030901191358.12126.andreast@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12126
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2003-09-01 21:15:56
date| |
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-01 21:15 -------
As I had said in bug 12110, I think this is a GC problem as it also happens in powerpc-apple-
darwin6.6 when the datasize is limited to the default but in a different place.
Can you try "--param ggc-min-expand=100 --param ggc-min-heapsize=11468800" to see if
that fixes it?