Re: [PATCH] testsuite: handle-multiline-outputs must allow both cc1 and cc1.exe

2025-08-10 Thread Torbjorn SVENSSON
On 2025-08-07 20:19, Mike Stump wrote: On Jul 17, 2025, at 5:48 AM, Torbjörn SVENSSON wrote: Ok for trunk, gcc-15 and gcc-14? Ok. Pushed as r16-3107-g7494e197e44, r15-10214-g45212364fd8 and r14-11945-g0f8bacc8b2e. Kind regards, Torbjörn gcc/testsuite/ChangeLog: * lib/mul

Re: [PATCH] testsuite: handle-multiline-outputs must allow both cc1 and cc1.exe

2025-08-07 Thread Mike Stump
On Jul 17, 2025, at 5:48 AM, Torbjörn SVENSSON wrote: > > Ok for trunk, gcc-15 and gcc-14? Ok. > gcc/testsuite/ChangeLog: > > * lib/multiline.exp: Added pruning of .exe.

[PING] [PATCH] testsuite: handle-multiline-outputs must allow both cc1 and cc1.exe

2025-07-29 Thread Torbjorn SVENSSON
Ping! On 2025-07-17 14:48, Torbjörn SVENSSON wrote: Ok for trunk, gcc-15 and gcc-14? -- Prior to 14-2027-g985d6480fe5, the input text had the file extensions pruned. In 14-2027-g985d6480fe5, due to the move of the call, the pruning is never done. This change restores the pruning of the file ex

[PATCH] testsuite: handle-multiline-outputs must allow both cc1 and cc1.exe

2025-07-17 Thread Torbjörn SVENSSON
Ok for trunk, gcc-15 and gcc-14? -- Prior to 14-2027-g985d6480fe5, the input text had the file extensions pruned. In 14-2027-g985d6480fe5, due to the move of the call, the pruning is never done. This change restores the pruning of the file extension to allow multiline test to pass on both Windows