Re: PATCH: [x32] libitm failures on x32

2012-04-04 Thread Uros Bizjak
Hello! > We need to use long long instead of long in gtm_jmpbuf for x86_64 since > long in x32 is 32bits. OK for trunk and 4.7 branch? > > 2012-04-03 H.J. Lu > > PR libitm/52854 > * config/x86/target.h (gtm_jmpbuf): Replace long with long long > for x86-64. OK. Thanks, Uros

PATCH: [x32] libitm failures on x32

2012-04-03 Thread H.J. Lu
Hi, We need to use long long instead of long in gtm_jmpbuf for x86_64 since long in x32 is 32bits. OK for trunk and 4.7 branch? Thanks. H.J. --- 2012-04-03 H.J. Lu PR libitm/52854 * config/x86/target.h (gtm_jmpbuf): Replace long with long long for x86-64. diff --git