This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22137] New: Internal error: Segmentation fault (program cc1plus)
- From: "Woebbeking at web dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2005 16:49:05 -0000
- Subject: [Bug c++/22137] New: Internal error: Segmentation fault (program cc1plus)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hi,
the following code causes GCC to crash (without any options):
#include <boost/optional.hpp>
class Bla;
int main()
{
boost::optional<Bla> test;
}
I can reproduce it with GCC 4 but not with GCC 3.3.6. Without ulimit -s this
error crashes even the whole system. Smells like kind of endless recursion.
Cheers,
André
--
Summary: Internal error: Segmentation fault (program cc1plus)
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Woebbeking at web dot de
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22137