Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-11-01 Thread Jack Howarth
On Thu, Nov 01, 2012 at 03:38:13PM -0700, H.J. Lu wrote: > On Thu, Nov 1, 2012 at 2:41 PM, H.J. Lu wrote: > > On Thu, Nov 1, 2012 at 6:47 AM, Jack Howarth > > wrote: > >> On Fri, Aug 24, 2012 at 04:13:20PM +0200, Rainer Orth wrote: > >>> Jack Howarth writes: > >>> > >>> >Currently the new t

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-11-01 Thread H.J. Lu
On Thu, Nov 1, 2012 at 3:43 PM, Jakub Jelinek wrote: > On Thu, Nov 01, 2012 at 03:38:13PM -0700, H.J. Lu wrote: >> >> --- gcc/testsuite/gcc.target/i386/pr53249.c (revision 193061) >> >> +++ gcc/testsuite/gcc.target/i386/pr53249.c (working copy) >> >> @@ -1,4 +1,4 @@ >> >> -/* { dg-do compi

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-11-01 Thread H.J. Lu
On Thu, Nov 1, 2012 at 2:41 PM, H.J. Lu wrote: > On Thu, Nov 1, 2012 at 6:47 AM, Jack Howarth wrote: >> On Fri, Aug 24, 2012 at 04:13:20PM +0200, Rainer Orth wrote: >>> Jack Howarth writes: >>> >>> >Currently the new testcase for gcc.target/i386/pr53249.c is failing >>> > on darwin due to th

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-11-01 Thread Jakub Jelinek
On Thu, Nov 01, 2012 at 03:38:13PM -0700, H.J. Lu wrote: > >> --- gcc/testsuite/gcc.target/i386/pr53249.c (revision 193061) > >> +++ gcc/testsuite/gcc.target/i386/pr53249.c (working copy) > >> @@ -1,4 +1,4 @@ > >> -/* { dg-do compile { target { ! { ia32 } } } } */ > >> +/* { dg-do compile {

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-11-01 Thread H.J. Lu
On Thu, Nov 1, 2012 at 2:41 PM, H.J. Lu wrote: > On Thu, Nov 1, 2012 at 6:47 AM, Jack Howarth wrote: >> On Fri, Aug 24, 2012 at 04:13:20PM +0200, Rainer Orth wrote: >>> Jack Howarth writes: >>> >>> >Currently the new testcase for gcc.target/i386/pr53249.c is failing >>> > on darwin due to th

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-11-01 Thread H.J. Lu
On Thu, Nov 1, 2012 at 6:47 AM, Jack Howarth wrote: > On Fri, Aug 24, 2012 at 04:13:20PM +0200, Rainer Orth wrote: >> Jack Howarth writes: >> >> >Currently the new testcase for gcc.target/i386/pr53249.c is failing >> > on darwin due to the absence of -mx32 support on that target. The followin

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-11-01 Thread Jack Howarth
On Fri, Aug 24, 2012 at 04:13:20PM +0200, Rainer Orth wrote: > Jack Howarth writes: > > >Currently the new testcase for gcc.target/i386/pr53249.c is failing > > on darwin due to the absence of -mx32 support on that target. The following > > patch skips this testcase on darwin. Tested on x86_6

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-08-24 Thread H.J. Lu
On Fri, Aug 24, 2012 at 7:13 AM, Rainer Orth wrote: > Jack Howarth writes: > >>Currently the new testcase for gcc.target/i386/pr53249.c is failing >> on darwin due to the absence of -mx32 support on that target. The following >> patch skips this testcase on darwin. Tested on x86_64-apple-darw

Re: [PATCH] skip gcc.target/i386/pr53249.c on darwin

2012-08-24 Thread Rainer Orth
Jack Howarth writes: >Currently the new testcase for gcc.target/i386/pr53249.c is failing > on darwin due to the absence of -mx32 support on that target. The following > patch skips this testcase on darwin. Tested on x86_64-apple-darwin12... This also fails on Solaris/x86 (cf. PR testsuite/5