[Bug 721378] Re: g++ ICE (segfault in cc1plus)

2011-02-18 Thread Jeff Newbern
Some additional information: if you comment out the ~Base destructor, the ICE goes away. The ICE also goes away if you significantly reduce the number of Child members in the Container class. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 721378] Re: g++ ICE (segfault in cc1plus)

2011-02-18 Thread Jeff Newbern
** Attachment added: "This is .ii file for the testcase which triggers the ICE" https://bugs.launchpad.net/bugs/721378/+attachment/1858215/+files/testcase.ii -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 721378] [NEW] g++ ICE (segfault in cc1plus)

2011-02-18 Thread Jeff Newbern
Public bug reported: Binary package hint: gcc-4.5 I have a testcase reduced to a single C++ file that causes an internal error in g++ for every version tested (4.x for x = 1,2,3,4 and 5). I can reproduce it on Ubuntu 10.04 and 10.10. I have not been able to find any workaround for this bug. > g+