Message ID | 201110201614.p9KGEic20374@adlwrk05.cce.hp.com |
---|---|
State | New |
Headers | show |
Steve Ellcey <sje@cup.hp.com> writes: > Index: gcc.dg/pr49994-3.c > =================================================================== > --- gcc.dg/pr49994-3.c (revision 180233) > +++ gcc.dg/pr49994-3.c (working copy) > @@ -2,6 +2,7 @@ > /* { dg-options "-O2 -fsched2-use-superblocks -g" } */ > /* { dg-options "-O2 -fsched2-use-superblocks -g -mbackchain" { target s390*-*-* } } */ > /* { dg-require-effective-target scheduling } */ > +/* { dg-skip-if "" { *-*-hpux* } { "*" } { "" } } */ Would you please include either an explanation or a PR reference in the dg-skip-if? Having to search the archives for an explanation is tedious. Btw., you should be able to omit both the "*" and "". Thanks. Rainer
On Thu, 2011-10-20 at 18:23 +0200, Rainer Orth wrote: > Steve Ellcey <sje@cup.hp.com> writes: > > > Index: gcc.dg/pr49994-3.c > > =================================================================== > > --- gcc.dg/pr49994-3.c (revision 180233) > > +++ gcc.dg/pr49994-3.c (working copy) > > @@ -2,6 +2,7 @@ > > /* { dg-options "-O2 -fsched2-use-superblocks -g" } */ > > /* { dg-options "-O2 -fsched2-use-superblocks -g -mbackchain" { target s390*-*-* } } */ > > /* { dg-require-effective-target scheduling } */ > > +/* { dg-skip-if "" { *-*-hpux* } { "*" } { "" } } */ > > Would you please include either an explanation or a PR reference in the > dg-skip-if? Having to search the archives for an explanation is tedious. > > Btw., you should be able to omit both the "*" and "". > > Thanks. > Rainer I put "PR testsuite/50722" in the comment section and removed the "*" and "" after verifying that it works and then checked in the change. Steve Ellcey sje@cup.hp.com
Index: gcc.dg/pr49994-3.c =================================================================== --- gcc.dg/pr49994-3.c (revision 180233) +++ gcc.dg/pr49994-3.c (working copy) @@ -2,6 +2,7 @@ /* { dg-options "-O2 -fsched2-use-superblocks -g" } */ /* { dg-options "-O2 -fsched2-use-superblocks -g -mbackchain" { target s390*-*-* } } */ /* { dg-require-effective-target scheduling } */ +/* { dg-skip-if "" { *-*-hpux* } { "*" } { "" } } */ void * foo (int offset)