[Bug libitm/52220] FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52220 --- Comment #4 from Mike Stump 2012-02-16 17:16:39 UTC --- Thanks.
[Bug libitm/52220] FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52220 --- Comment #3 from Iain Sandoe 2012-02-16 09:46:37 UTC --- Author: iains Date: Thu Feb 16 09:46:31 2012 New Revision: 184305 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184305 Log: PR libitm/52220 * config/darwin-crt-tm.c: Correct typo. Modified: trunk/libgcc/ChangeLog trunk/libgcc/config/darwin-crt-tm.c
[Bug libitm/52220] FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52220 Jack Howarth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED --- Comment #2 from Jack Howarth 2012-02-16 03:12:45 UTC --- Confirmed as fixed on x86_64-apple-darwin11 at r184293.
[Bug libitm/52220] FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52220 --- Comment #1 from pmarlier at gcc dot gnu.org 2012-02-15 23:39:50 UTC --- Author: pmarlier Date: Wed Feb 15 23:39:28 2012 New Revision: 184293 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184293 Log: libitm/ 2012-02-15 Iain Sandoe Patrick Marlier PR libitm/52220 * alloc_cpp.cc: No dummy definitions for darwin. * eh_cpp.cc: Likewise. libgcc/ 2012-02-15 Iain Sandoe Patrick Marlier PR libitm/52220 * config/darwin-crt-tm.c: Generate dummy functions. Modified: trunk/libgcc/ChangeLog trunk/libgcc/config/darwin-crt-tm.c trunk/libitm/ChangeLog trunk/libitm/alloc_cpp.cc trunk/libitm/eh_cpp.cc