------- Comment #2 from pinskia at gcc dot gnu dot org 2009-09-26 19:48 ------- Fixed. 2009-07-17 Michael Meissner <meiss...@linux.vnet.ibm.com>
PR boehm-gc/40785 * include/private/gc_locks.h (GC_test_and_set): If GCC 4.4, use the __sync_lock_test_and _set and __sync_lock_release builtins on the powerpc. If not GCC 4.4, fix up the constraints so that it builds without error. (GC_clear): Ditto. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Status|UNCONFIRMED |RESOLVED Keywords| |build Resolution| |FIXED Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40785