https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124836
--- Comment #6 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:fff3733ea4e6d215f73f2529fad173681026c1a7 commit r16-8573-gfff3733ea4e6d215f73f2529fad173681026c1a7 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.
