http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51140
--- Comment #1 from Cesar Strauss <cestrauss at gmail dot com> 2011-11-15 12:39:50 UTC --- (In reply to comment #0) > There is another use of __sync_sub_and_fetch in > libstdc++-v3/libsupc++/eh_tm.cc, I meant libstdc++-v3/libsupc++/eh_throw.cc. > and there it is guarded by a #ifdef _GLIBCXX_ATOMIC_BUILTINS_4, > which is undefined in my case. I guess this guard > is missing from eh_tm.cc.