This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/48625] [trans-mem] Segfault in libitm when compiling with -O2


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]