https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118238
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |build
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Last reconfirmed| |2024-12-29
Depends on| |118121
Summary|gcc/lto-wrapper.cc broken |[15 Regression]
|on Windows (MinGW-w64) due |gcc/lto-wrapper.cc broken
|to missing mkstemps() and |on Windows (MinGW-w64) due
|link() |to missing mkstemps() and
| |link()
Host| |*-mingw*
Target Milestone|--- |15.0
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
mkstemps is PR 118121 (and easily solved).
While link has to be solved differently.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118121
[Bug 118121] [15 Regression] lto-wrapper.cc:1878:20: error: 'mkstemps' was not
declared in this scope