Boost C++ Libraries: Ticket #1084: atomic_count_gcc.hpp tries to #include nonexistant header https://svn.boost.org/trac10/ticket/1084 <p> atomic_count_gcc.hpp #includes &lt;bits/atomicity.h&gt; -- that header has been moved to &lt;ext/atomicity.h&gt; in current gcc versions. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1084 Trac 1.4.3 bero@… Mon, 09 Jul 2007 12:26:22 GMT attachment set https://svn.boost.org/trac10/ticket/1084 https://svn.boost.org/trac10/ticket/1084 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-1.34-atomicity.h.patch</span> </li> </ul> <p> Fix </p> Ticket Peter Dimov Mon, 09 Jul 2007 23:53:16 GMT status, component, severity, milestone changed; owner set https://svn.boost.org/trac10/ticket/1084#comment:1 https://svn.boost.org/trac10/ticket/1084#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Peter Dimov</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">smart_ptr</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Problem</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> Ticket dev-zero@… Sun, 15 Jul 2007 13:43:41 GMT <link>https://svn.boost.org/trac10/ticket/1084#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1084#comment:2</guid> <description> <p> Isn't that a dupe of bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/779" title="#779: Bugs: gcc-4.2 atomicity.h location (closed: fixed)">#779</a> ? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Sat, 21 Jul 2007 16:39:51 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1084#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1084#comment:3</guid> <description> <p> This should be fixed on the 1.34 branch by <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/779" title="#779: Bugs: gcc-4.2 atomicity.h location (closed: fixed)">#779</a> and on the HEAD by the addition of atomic_count_sync.hpp. Unfortunately the HEAD regression results are down at the moment and the 1.34 results have no gcc 4.2 tester, so I can't verify that atomic_count_test works, but it should. </p> <p> I'll close this in a few days. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Sun, 29 Jul 2007 20:16:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1084#comment:4 https://svn.boost.org/trac10/ticket/1084#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> The latest HEAD regression report seems OK on g++ 4.2 and 4.3. Closing as fixed. </p> Ticket