This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/15772] "Permission denied" compiling glibc 2.3.3 on reiser4: EACCES fatal to #include


------- Additional Comments From ed at catmur dot co dot uk  2004-06-02 13:31 -------
Created an attachment (id=6451)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6451&action=view)
Patch to make EACCES non-fatal

For #include <foo/bar.h>, causes a warning:

foo.c:1:27: warning: ./foo/bar.h: Permission denied

to be issued when foo is a non-readable directory or on a reiser4 filesystem,
but keeps searching for <foo/bar.h> in the include path.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15772


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]