------- Comment #8 from pinskia at gcc dot gnu dot org 2008-10-03 00:09 ------- Nope, your copy constructor causes the crash. It is not really doing a copy of the struct but causing a random placement to happen so operator< will return different result when we do a copy between values and such.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37721