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 libitm/51830] FAIL: libitm.c/mem(cpy|set)-1.c execution test


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51830

--- Comment #4 from uros at gcc dot gnu.org 2012-01-23 14:57:50 UTC ---
Author: uros
Date: Mon Jan 23 14:57:44 2012
New Revision: 183435

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183435
Log:
    PR libitm/51830
    * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
    * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.

libitm/ChangeLog:

    PR libitm/51830
    * config/x86/sjlj.S (_ITM_beginTransaction) [!__x86_64__]: Load
    the first function argument to %eax.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/builtin-types.def
    trunk/gcc/gtm-builtins.def
    trunk/libitm/ChangeLog
    trunk/libitm/config/x86/sjlj.S


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