https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124836
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Eric Botcazou <[email protected]>: https://gcc.gnu.org/g:e2294ea474ed2b891e3a8a015567cc6d1e641840 commit r14-12517-ge2294ea474ed2b891e3a8a015567cc6d1e641840 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.
