Re: [patch testsuite committed] Skip gcc.dg/torture/pr37868.c on sh

2011-04-20 Thread Mike Stump
On Apr 20, 2011, at 5:22 AM, Kaz Kojima wrote: > Mike Stump wrote: >> I'd pre-approve hoisting these up into the lib/.exp files and checking a >> generic target requirement... :-) >> >>> -/* { dg-skip-if "unaligned access" { sparc*-*-* } "*" "" } */ >>> +/* { dg-skip-if "unaligned access" { spa

Re: [patch testsuite committed] Skip gcc.dg/torture/pr37868.c on sh

2011-04-20 Thread Kaz Kojima
Mike Stump wrote: > I'd pre-approve hoisting these up into the lib/.exp files and checking a > generic target requirement... :-) > >> -/* { dg-skip-if "unaligned access" { sparc*-*-* } "*" "" } */ >> +/* { dg-skip-if "unaligned access" { sparc*-*-* sh*-*-* } "*" "" } */ I've thought the same t

Re: [patch testsuite committed] Skip gcc.dg/torture/pr37868.c on sh

2011-04-19 Thread Mike Stump
On Apr 19, 2011, at 2:59 PM, Kaz Kojima wrote: > gcc.dg/torture/pr37868.c fails on SH because of unaligned accesses. > The patch below skips the test as is done for sparc targets. I'd pre-approve hoisting these up into the lib/.exp files and checking a generic target requirement... :-) > -/* {

[patch testsuite committed] Skip gcc.dg/torture/pr37868.c on sh

2011-04-19 Thread Kaz Kojima
Hi, gcc.dg/torture/pr37868.c fails on SH because of unaligned accesses. The patch below skips the test as is done for sparc targets. It's tested with bootstrap and regtest on i686-pc-linux-gnu. Applied on trunk. Regards, kaz -- 2011-04-19 Kaz Kojima PR testsuite/48676