[Bug c++/40389] optimizer bug (possibly)

jason at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jun 10 20:58:00 GMT 2009



------- 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



More information about the Gcc-bugs mailing list