]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: handle-multiline-outputs must allow both cc1 and cc1.exe
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Thu, 17 Jul 2025 12:27:08 +0000 (14:27 +0200)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Sun, 10 Aug 2025 11:14:27 +0000 (13:14 +0200)
commit7494e197e442dcb0fd6aceacdaee732e62b2c5d7
tree24ef6bc1f2858e30a20eb7e4f8e68040fb24a6d6
parent53c64dc5a8fb3d85d67b2f7555a11d9afc4dbee1
testsuite: handle-multiline-outputs must allow both cc1 and cc1.exe

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 and other
platforms like Linux.

gcc/testsuite/ChangeLog:

* lib/multiline.exp: Added pruning of .exe.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/lib/multiline.exp