https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124836
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Eric Botcazou <[email protected]>: https://gcc.gnu.org/g:80e1125ba8e28468fe3419d5f9e8e02aade7c275 commit r13-10258-g80e1125ba8e28468fe3419d5f9e8e02aade7c275 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.
