https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125258
Sam James <sjames at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sjames at gcc dot gnu.org
--- Comment #4 from Sam James <sjames at gcc dot gnu.org> ---
(In reply to Tamar Christina from comment #3)
> I get this with just "normal"
>
> -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto
> -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection
> -mbranch-protection=standard
>
> will try to reduce a testcase.
Note that this error is quite common with build systems that aren't parallel
build-safe, so they trample on files already written, then GCC can't read them
back.