https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119367
--- Comment #18 from Tobias Burnus <burnus at gcc dot gnu.org> --- I think this issue is now FIXED (on mainline), including the documentation patch for install.texi, which asks the GCC builder to make 'objdump' available. → https://gcc.gnu.org/install/specific.html#amdgcn-x-amdhsa Testing: While I saw many such fails in testsuites between March and early July, our nightly build+tests runs do not show this error any more. I have tested the patch by adding (copy & paste) 20,000 lines to an assembler file generated by GCC with and without the patch - and the assembler error showed up with the file produced by the unpatched GCC and not with the patched one. (That's rather unsurprising, but still I wanted to check it.)