RE: [patch] tweak gcc.target/mips/msa.c options

2017-11-03 Thread Matthew Fortune
Hi Sandra, > The testcase gcc.target/mips/msa.c gives dozens of FAILs if it's tested > with a GCC configured to default to -fno-common, because of patterns > like > > /* { dg-final { scan-assembler-times "\t.comm\tv16i8_\\d+,16,16" 3 } } > */ > > Seems like the simplest solution is to force

[patch] tweak gcc.target/mips/msa.c options

2017-11-02 Thread Sandra Loosemore
The testcase gcc.target/mips/msa.c gives dozens of FAILs if it's tested with a GCC configured to default to -fno-common, because of patterns like /* { dg-final { scan-assembler-times "\t.comm\tv16i8_\\d+,16,16" 3 } } */ Seems like the simplest solution is to force -fcommon for this test. OK?