http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48625
torvald at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |torvald at gcc dot gnu.org
Resolution| |FIXED
--- Comment #4 from torvald at gcc dot gnu.org 2012-01-09 10:17:17 UTC ---
KMeans and other the STAMP applications work now (tested on x86_64 and ppc).
There were several bugs in libitm, which have been fixed. The stack slot
save/restore issue was also present but fixed with a workaround (mark
transaction begin as returns-twice). PR 51771 tracks a proper fix for the
latter.