https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80047
--- Comment #5 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > >char cwdbuf[MAXPATHLEN]; > > This is not a GNU style thing. GNU style mentions against using arbitrary > limits. That's bug 21823 btw.