Boost C++ Libraries: Ticket #4241: Boost Test: Uninitialized hook and compiler bug workaround https://svn.boost.org/trac10/ticket/4241 <p> There is some compiler bug in GCC which causes delete &lt;expression&gt; to not work properly with Boost Test. </p> <p> Also, there is an unitialized hook which causes compile warnings. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4241 Trac 1.4.3 Sohail Somani Wed, 19 May 2010 19:14:51 GMT attachment set https://svn.boost.org/trac10/ticket/4241 https://svn.boost.org/trac10/ticket/4241 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boosT_test.diff</span> </li> </ul> Ticket Steven Watanabe Fri, 11 Jun 2010 02:36:35 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4241#comment:1 https://svn.boost.org/trac10/ticket/4241#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> The first part of the patch was handled in <a class="changeset" href="https://svn.boost.org/trac10/changeset/57853" title="Warnings cleanup.Fixes #2646. Fixes #3598.">[57853]</a> The second was fixed in the trunk in <a class="changeset" href="https://svn.boost.org/trac10/changeset/56467" title="apparently compiler might want to examine tu.second twice: before and ...">[56467]</a> and merged to release in <a class="changeset" href="https://svn.boost.org/trac10/changeset/57991" title="merge memory fix. Fixes #2889">[57991]</a>. </p> Ticket