--- Additional Comments From enh at jessies dot org 2004-11-06 20:52 ---
i guess it might be worth mentioning the work-around. if i change:
base[k] = (new T[Blksize()]) - size;
size += Blksize();
to:
unsigned block_size = Blksize();
base[k] = (new T
--- Additional Comments From enh at jessies dot org 2004-11-06 20:44 ---
Created an attachment (id=7484)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7484&action=view)
temps of file that caused ICE
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18318
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: enh at jessies dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: powerp