Re: [PATCH] testsuite: Fix bad-mapper-1.C test failures with posix_spawn

2023-11-13 Thread Jeff Law
On 11/12/23 23:53, Richard Biener wrote: On Sun, Nov 12, 2023 at 12:12 AM Brendan Shanks wrote: bad-mapper-1.C has been failing since the posix_spawn codepath was added to libiberty, adjust the check to accept the changed error message. Patch has been verified on x86_64 Linux. OK And pu

Re: [PATCH] testsuite: Fix bad-mapper-1.C test failures with posix_spawn

2023-11-12 Thread Richard Biener
On Sun, Nov 12, 2023 at 12:12 AM Brendan Shanks wrote: > > bad-mapper-1.C has been failing since the posix_spawn codepath was added > to libiberty, adjust the check to accept the changed error message. > > Patch has been verified on x86_64 Linux. OK > gcc/testsuite: > > * g++.dg/modules/

[PATCH] testsuite: Fix bad-mapper-1.C test failures with posix_spawn

2023-11-11 Thread Brendan Shanks
bad-mapper-1.C has been failing since the posix_spawn codepath was added to libiberty, adjust the check to accept the changed error message. Patch has been verified on x86_64 Linux. gcc/testsuite: * g++.dg/modules/bad-mapper-1.C: Also accept posix_spawn. Signed-off-by: Brendan Shanks -