Re: [PATCH] testsuite: Remove .exe suffix in prune_gcc_output

2021-09-19 Thread Jeff Law via Gcc-patches
On 9/8/2021 2:49 AM, Christophe Lyon via Gcc-patches wrote: When running the testsuite under Windows, we noticed failures in testcase which attempt to match compiler error messages containing the name of the executable. For instance, gcc.dg/analyzer/signal-4a.c tries to match 'cc1:' which obv

Re: [PATCH] testsuite: Remove .exe suffix in prune_gcc_output

2021-09-13 Thread Christophe LYON via Gcc-patches
ping? On 08/09/2021 10:49, Christophe Lyon wrote: When running the testsuite under Windows, we noticed failures in testcase which attempt to match compiler error messages containing the name of the executable. For instance, gcc.dg/analyzer/signal-4a.c tries to match 'cc1:' which obviously fail

[PATCH] testsuite: Remove .exe suffix in prune_gcc_output

2021-09-08 Thread Christophe Lyon via Gcc-patches
When running the testsuite under Windows, we noticed failures in testcase which attempt to match compiler error messages containing the name of the executable. For instance, gcc.dg/analyzer/signal-4a.c tries to match 'cc1:' which obviously fails when the executable is called cc1.exe. This patch r