On Nov 9, 2017, at 10:00 AM, Thomas Preudhomme <thomas.preudho...@foss.arm.com> wrote: > > When gcc-dg-runtest is used to run a test the test is run several times > with different options. For clarity of the log, the test infrastructure > then append the options to the testname. This means that all the code > that must deal with the testcase itself (eg. removing the output files > after the test has run) needs to remove the option name.
> Is this ok for trunk? Ok. Little scary the code is repeated so many time. If someone wants to refactor it some, I could see the beauty in that.