https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121864
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |ice-on-invalid-code
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The ICE is coming from this fatal error:
if (fdeps_stream == deps_stream && fdeps_stream != stdout)
fatal_error (input_location, "%<-MF%> and %<-fdeps-file=%> cannot share
an output file %s: %m",
fdeps_file);