https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104707
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to rvalue from comment #8) > (In reply to Andrew Pinski from comment #7) > > > since all modern operating systems have a large enough parameter space > > > (all of them have 262k at least). > > > > Windows still does not .... > > I don't think this code will make anything better or worse in Windows since > it simply compares the path with "/lib/" and "/usr/lib/", which never exist > in Windows. Cross compilers ...