https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116788
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=78206 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- if (HOST_STAT_FOR_64BIT_INODES (cur->name, &st)) { /* Dirs that don't exist or have denied permissions are silently ignored, unless verbose. */ if ((errno != ENOENT) && (errno != EPERM)) cpp_errno (pfile, CPP_DL_ERROR, cur->name);