[Bug c++/58631] Internal compiler error: Error reporting routines re-entered.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58631 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug c++/58631] Internal compiler error: Error reporting routines re-entered.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58631 --- Comment #1 from bsamim at yahoo dot com --- It seems this happens in the following code when the copy constructor for is set as Card(Card& ) = delete;It will crash the compiler on this as I believe it is because the vector is expecting it t