Re: [PATCH] testsuite: Fix many UNRESOLVEDs for gcc.dg/vect

2021-04-07 Thread Richard Biener via Gcc-patches
On April 7, 2021 7:37:36 PM GMT+02:00, Richard Sandiford via Gcc-patches wrote: >It turns out that, on targets that use testglue, many gcc.dg/vect >scan-assembler tests became UNRESOLVED after the change to the dump >file naming scheme. > >The problem is that, when creating an executable, we norm

[PATCH] testsuite: Fix many UNRESOLVEDs for gcc.dg/vect

2021-04-07 Thread Richard Sandiford via Gcc-patches
It turns out that, on targets that use testglue, many gcc.dg/vect scan-assembler tests became UNRESOLVED after the change to the dump file naming scheme. The problem is that, when creating an executable, we normally name the dump file after both the executable and the source file name. However, as