https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54560

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2024-09-20

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
For:
```
      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);
```
Maybe ENOTDIR should be added to be ignored too.

       ENOTDIR
              A component of the path prefix of pathname is not a directory.

Reply via email to