https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123037

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-15 branch has been updated by Eric Botcazou
<[email protected]>:

https://gcc.gnu.org/g:e51d9587f84dbee2ceb3f864c1750a2c63220b8c

commit r15-10587-ge51d9587f84dbee2ceb3f864c1750a2c63220b8c
Author: Eric Botcazou <[email protected]>
Date:   Mon Dec 8 22:34:20 2025 +0100

    Ada: Add missing #include for MinGW

    This adds a missing #include for <stdlib.h> and removes redundant ones.

    gcc/ada/
            PR ada/123037
            * rtinit.c [__MINGW32__]: Include <stdlib.h> and not <windows.h>.
            * rtfinal.c [__MINGW32__]: Do not include <windows.h>.

--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <[email protected]>:

https://gcc.gnu.org/g:9d5395a98f16fd47fba727557f1810b28e76d0c1

commit r16-5972-g9d5395a98f16fd47fba727557f1810b28e76d0c1
Author: Eric Botcazou <[email protected]>
Date:   Mon Dec 8 22:34:20 2025 +0100

    Ada: Add missing #include for MinGW

    This adds a missing #include for <stdlib.h> and removes redundant ones.

    gcc/ada/
            PR ada/123037
            * rtinit.c [__MINGW32__]: Include <stdlib.h> and not <windows.h>.
            * rtfinal.c [__MINGW32__]: Do not include <windows.h>.

Reply via email to