https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124836
--- Comment #7 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:a9381c0d1fedb93bcd0843c6883677990a380981 commit r15-11069-ga9381c0d1fedb93bcd0843c6883677990a380981 Author: Eric Botcazou <[email protected]> Date: Sun Apr 12 10:59:52 2026 +0200 Ada: Fix maximum path length regression on Windows That's a regression present on all active branches, whereby GNAT uses a maximum path length of 256 instead of 260 bytes on Windows. gcc/ada/ PR ada/124836 * adaint.c [__MINGW32__]: Do not include mingw32.h twice, and also include sys/param.h.
