https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98225
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2021-January | |/562967.html --- Comment #16 from Rainer Orth <ro at gcc dot gnu.org> --- (In reply to David Edelsohn from comment #15) > I'm seeing a number of new testsuite failures on AIX after the > collect2/testsuite change. Do you want a separate PR or use this as well? Given that we already identified two different issues here (parallel make check and linker support for response files), I suggest we keep everything together for now. > They are: > > FAIL: outputs exe savetmp named2: extra > FAIL: outputs exe savetmp named2: extra > FAIL: outputs exe savetmp named2: extra > FAIL: outputs exe savetmp named2: outputs.ld1_args > FAIL: outputs exe savetmp named2: outputs.ld1_args > FAIL: outputs exe savetmp named2: outputs.ld1_args > FAIL: outputs exe savetmp namedb: extra > FAIL: outputs exe savetmp namedb: outputs.ld1_args > > I notice that Rainer mentions some ld1_args failures for these same > testcases in Comment #6. Right. I assume you're using the the native AIX linker and it doesn't support response files? In that case, the *.ld1_args failures are the same issue I'm seeing with Solaris ld (which is in the same boat in this respect).