http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54515
Bug #: 54515 Summary: cc1plus sigsegv -O2 anonymous namespace Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: werner.he...@alumni.tu-berlin.de cc1plus crashes with a sigsegv. The crash does occur with -O2, not with -Os or -O1. The crash does not occur if I do not use an anonymous namespace for the functions ReadPIB7400, ReadPIB7420, AddAdapterAndReferencedAdapters and GenerateTrafficForPhyRate (by commenting out the lines #73452, #73458, #74520 and #74616).