https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118238
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[15 Regression] |[15 Regression]
|gcc/lto-wrapper.cc broken |gcc/lto-wrapper.cc uses
|on Windows (MinGW-w64) due |link which is not recommend
|to missing mkstemps() and |and does not exist on mingw
|link() |
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I am not 100% sure if link here is correct and valid. Since I can't tell if it
is guaranteed if the two pathes will be on the same file system and if the file
system will support hard links.