[Bug tree-optimization/18318] [4.0 Regression] ICE: error: Multiple inline callers

2004-11-06 Thread enh at jessies dot org
--- 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

[Bug c++/18318] ICE: error: Multiple inline callers

2004-11-06 Thread enh at jessies dot org
--- 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

[Bug c++/18318] New: ICE: error: Multiple inline callers

2004-11-06 Thread enh at jessies dot org
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