------- Comment #12 from jason at gcc dot gnu dot org 2009-06-10 20:58 ------- Incidentally, the testcase can be simplified by removing the body of the copy constructor, i.e. reducing it to just the declaration
H (const H &h); since it isn't actually called. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40389