On Wed, Jan 05, 2022 at 10:16:30AM +0100, Andreas Schwab wrote: > On Jan 05 2022, Jakub Jelinek via Gcc-patches wrote: > > > The testcase uses SSE and SSE2 intrinsics, so fails on i686-linux > > if -msse2 isn't enabled by default. Fixed by adding -msse2 to > > dg-options. > > Shouldn't that use { dg-require-effective-target sse2 }?
Not necessarily, it is a dg-do compile test, so it doesn't care if assembler can assemble sse2 instructions or not. Jakub