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