This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libitm/53008] abort in _ITM_getTMCloneSafe
- From: "patrick.marlier at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 15 May 2012 22:23:54 +0000
- Subject: [Bug libitm/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
--- Comment #5 from Patrick Marlier <patrick.marlier at gmail dot com> 2012-05-15 22:23:54 UTC ---
Created attachment 27412
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27412
testcase for gcc testsuite
The problem is not into libitm.
Attached a testcase for testsuite (gcc/testsuite/gcc.dg/tm/indirect-3.c).
Note that with your patch, the tm testsuite fails. pr51516.C fails because the
original function is output and not only the clone (only the clone is
required). I am not sure the way to properly fix it.
Thanks for having a look at the problem!
--
Patrick Marlier