"Steve Ellcey " <sell...@mips.com> writes: > diff --git a/gcc/testsuite/gcc.dg/torture/mips-sdata-1.c > b/gcc/testsuite/gcc.dg/torture/mips-sdata-1.c > index 8ffd4d8..53c9e4f 100644 > --- a/gcc/testsuite/gcc.dg/torture/mips-sdata-1.c > +++ b/gcc/testsuite/gcc.dg/torture/mips-sdata-1.c > @@ -1,6 +1,7 @@ > /* Check that sdata-accesses are applied regardless of size or ABI. */ > /* { dg-options -mexplicit-relocs } */ > /* { dg-do compile { target mips*-*-elf* } } */ > +/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */ > > struct s { int x[4]; }; > struct s my_struct __attribute__((__section__(".sdata")));
The other tests that hit this problem have -ffat-lto-objects in the dg-options line, so we might as well do the same here for consistency. That's OK if it works. Thanks, Richard