[Bug c++/46732] Valgrind emits false(?) alarms on boost::make_shared

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 30 21:08:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-11-30 20:32:33 UTC ---
This is PR 34022 

There was a defect in the language, core issue 664
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#664

GCC 4.4 predates that issue being resolved, so the only real workaround is to
avoid using -std=c++0x with GCC 4.4

*** This bug has been marked as a duplicate of bug 34022 ***



More information about the Gcc-bugs mailing list