On Fri, Dec 20, 2024 at 4:51 PM Christoph Müllner
<christoph.muell...@vrull.eu> wrote:
>
> On Fri, Dec 20, 2024 at 4:27 PM Jakub Jelinek <ja...@redhat.com> wrote:
> >
> > On Fri, Dec 20, 2024 at 04:22:19PM +0100, Christoph Müllner wrote:
> > > --- /dev/null
> > > +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr118149-2.c
> > > @@ -0,0 +1,37 @@
> > > +/* { dg-do compile } */
> > > +/* { dg-options "-O3 -fdump-tree-forwprop1-details -Wno-psabi" } */
> > > +/* { dg-options "-msse2" { target i?86-*-* x86_64-*-* } } */
> >
> > This line should be dg-additional-options, otherwise the last one overrides
> > the previous one.
>
> Oh, sorry for that.
> I wonder why this did not trigger FAILs with
>   --target_board=unix\{-m64,-m32,-m32/-mno-mmx/-mno-sse}

I've identified the reason for this:
The overwrite removed fdump-tree-forwprop1-details, so no dump file
was generated leading to an UNRESOLVED and not a FAIL.


>
> >
> > > +/* { dg-do compile } */
> > > +/* { dg-options "-O3 -fdump-tree-forwprop4-details -Wno-psabi" } */
> > > +/* { dg-options "-msse2" { target i?86-*-* x86_64-*-* } } */
> >
> > Ditto.
> >
> >         Jakub
> >

Reply via email to