------- Comment #7 from iains at gcc dot gnu dot org  2010-05-22 18:08 -------
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #4)
> > > Just amend the existing dg-skip to also skip darwin.
> > 
> > two different reasons.. is this better?
> 
> If it works for you sure.
> 
> > Index: gcc/testsuite/gcc.dg/lto/20090914-2_0.c
> > ===================================================================
> > --- gcc/testsuite/gcc.dg/lto/20090914-2_0.c     (revision 159693)
> > +++ gcc/testsuite/gcc.dg/lto/20090914-2_0.c     (working copy)
> > @@ -1,5 +1,6 @@
> >  /* { dg-lto-do run } */
> >  /* { dg-skip-if "x86 only" { ! { x86_64-*-* i?86-*-* } } { "*" } { "" } } 
> > */
> > +/* { dg-skip-if "no .type" { *-*-darwin* } { "*" } { "" } } */
> > 
> >  /* Doesn't work without this dummy function with -fwhopr.  */
> >  int foo(void) { }
> > 
> 

I committed this as r159700 but foolishly hit the key before pasting in the
change info.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44238

Reply via email to