[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081 --- Comment #4 from Stan Manilov --- Here is a simple way to reproduce the bug: == #include #include int main() { std::vector> v; std::unique_ptr px(new int (1)); v.push_back(px); } =
[Bug c++/60081] New: Internal compiler error: Error reporting routines re-entered.
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