CI-testing was failed:
https://github.com/ewlu/gcc-precommit-ci/issues/3585#issuecomment-3022157670
for sat_u_add-5-u32.c and vect-reduc-sad-1.c. These failures are compile issues
appeared due to afdo-crossmodule-1b.c file. For some reason, in both cases
the following snippets are being inserted into the compile lines:
/home/ewlu/.../testsuite/gcc.target/riscv/sat/afdo-crossmodule-1b.c -dumpbase
""
for sat_u_add-5-u32.c
/home/ewlu/.../testsuite/gcc.dg/vect/afdo-crossmodule-1b.c -dumpbase ""
for vect-reduc-sad-1.c
... which causes the failures.
I've tried to reproduce it locally, but both test-cases are passing
in 100% of runs.
IMHO you've done the necessary testing. It could well be a glitch and the
change is obvious enough (as the it was clearly a copy-and-paste mistake in the
code). So I'd say let's go ahead and fix fallout if any.
--
Regards
Robin