RE: [PATCH, testsuite] MIPS: Cleanup the forcing of assembly output in error tests.

2016-12-23 Thread Toma Tabacu
> From: Catherine Moore > > > > > gcc/testsuite/ChangeLog: > > > > * gcc.target/mips/oddspreg-2.c (dg-options): Remove dg-skip-if > > for > > -fno-fat-lto-objects and add the -ffat-lto-objects option, along > > with > > an explanation for its purpose. > > * gcc.target/mips/oddspreg

RE: [PATCH, testsuite] MIPS: Cleanup the forcing of assembly output in error tests.

2016-12-22 Thread Moore, Catherine
> -Original Message- > From: Toma Tabacu [mailto:toma.tab...@imgtec.com] > Sent: Wednesday, December 14, 2016 9:56 AM > To: gcc-patches@gcc.gnu.org > Cc: Matthew Fortune ; Moore, > Catherine > Subject: [PATCH, testsuite] MIPS: Cleanup the forcing of assembly &g

[PATCH, testsuite] MIPS: Cleanup the forcing of assembly output in error tests.

2016-12-14 Thread Toma Tabacu
Hi, Some error tests were forcing assembly output incorrectly, and none of them had an explanation for why they were using -ffat-lto-objects. This patch removes dg-skip-if's for -fno-fat-lto-objects and adds -ffat-lto-objects to the test options instead. It also adds an explanation for the purpos