diff options
Diffstat (limited to 'gcc/incpath.cc')
-rw-r--r-- | gcc/incpath.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/incpath.cc b/gcc/incpath.cc index 63ad664..eefd9aa30 100644 --- a/gcc/incpath.cc +++ b/gcc/incpath.cc @@ -260,7 +260,7 @@ remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, if (HOST_STAT_FOR_64BIT_INODES (cur->name, &st)) { - /* Dirs that don't exist or have denied permissions are + /* 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); |