This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/53008] abort in _ITM_getTMCloneSafe
- From: "aldyh at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 May 2012 15:44:16 +0000
- Subject: [Bug ada/53008] abort in _ITM_getTMCloneSafe
- Auto-submitted: auto-generated
- References: <bug-53008-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53008
Aldy Hernandez <aldyh at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2012-05-22
Component|libitm |ada
Ever Confirmed|0 |1
--- Comment #7 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2012-05-22 15:44:16 UTC ---
Is this still a problem?
First, I have compiled and run attachment #27169 for -O2, and there is no
abort.
Second, Patrick has suggested adding a transaction_safe attribute to
mycompare(). This should fix the problem.
Can we close this bug?