Re: [x32] PATCH: Update gcc.target/i386 for x32

2011-03-15 Thread H.J. Lu
On Tue, Mar 15, 2011 at 10:50:33AM -0700, H.J. Lu wrote: > On Sat, Mar 12, 2011 at 03:29:30PM -0800, H.J. Lu wrote: > > On Sat, Mar 12, 2011 at 02:44:26PM -0800, H.J. Lu wrote: > > > Many tests gcc.target/i386 use ilp32 to check ia32 and use lp64 to > > > check hardware long long support. I checke

Re: [x32] PATCH: Update gcc.target/i386 for x32

2011-03-12 Thread H.J. Lu
On Sat, Mar 12, 2011 at 02:44:26PM -0800, H.J. Lu wrote: > Many tests gcc.target/i386 use ilp32 to check ia32 and use lp64 to > check hardware long long support. I checked in this to fix it. > > Another patch. H.J. diff --git a/gcc/testsuite/ChangeLog.x32 b/gcc/testsuite/ChangeLog.x32 in

[x32] PATCH: Update gcc.target/i386 for x32

2011-03-12 Thread H.J. Lu
Many tests gcc.target/i386 use ilp32 to check ia32 and use lp64 to check hardware long long support. I checked in this to fix it. H.J. --- 2011-03-12 H.J. Lu * gcc.target/i386/2609-1.c: Require ia32 instead of ilp32. * gcc.target/i386/2720-1.c: Likewise. * gcc