https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112836
--- Comment #5 from Bruno Haible <bruno at clisp dot org> --- (In reply to John Paul Adrian Glaubitz from comment #4) > I tried this patch but it does not address the issue with posix_spawn that I > am seeing. > > Trying to build gcc from git on Linux sparc64 with glibc 2.37 with the > following configuration: > > ./configure --enable-languages=c,c++ --disable-bootstrap --disable-multilib > --disable-nls --host=sparc64-unknown-linux-gnu > > fails with: > > xgcc: fatal error: cannot execute '/home/glaubitz/gcc/build/./gcc/cc1plus': > posix_spawn: Bad address > compilation terminated. > > This can be worked around when building with one parallel job (make -j1). This appears to be a different bug, because - it appears under different conditions (parallel make, not Ctrl-Z / 'fg'), - the message is different ("posix_spawn: Bad address", not "failed to get exit status: Interrupted system call"). Could you please register it as a separate bug under https://gcc.gnu.org/bugzilla/ ?