http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081
Bug ID: 60081 Summary: Internal compiler error: Error reporting routines re-entered. Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: stanislav.manilov at gmail dot com Created attachment 32054 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32054&action=edit preprocessed source It appears that declaring a class member to have type a vector of unique_ptr's is the reason for this bug, but could not verify details.