id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8609,Compile error with PPC,nicolas danet ,timblechmann,"I get the error below, compiling on Xcode 2.5 / GCC 4.0 / OS X 10.4.11: /Users/jeantoto/dev/boost_1_53_0/boost/atomic/detail/gcc-ppc.hpp: In member function 'T boost::atomics::detail::base_atomic::fetch_add(T, boost::memory_order) volatile [with T = long int, bool Sign = true]': /Users/jeantoto/dev/boost_1_53_0/boost/atomic/detail/gcc-ppc.hpp:1204: error: impossible constraint in 'asm' 1. It is on PPC arch only. 2. Get the same error with Boost-trunk (gcc-ppc.hpp:1211). {{{ #include int main( ) { boost::atomic messageCount_(0); messageCount_.fetch_add(1, boost::memory_order_relaxed); } }}} ",Bugs,closed,To Be Determined,atomic,Boost 1.53.0,Problem,wontfix,Atomic PPC asm impossible,