[Bug preprocessor/11242] [mingw32] #include memory takes my memory directory instead of the standard memory header file

2007-06-17 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2007-06-17 23:40 --- Fixed by: 2007-06-09 Vladimir Prus [EMAIL PROTECTED] * files.c (open_file): Account for the fact that on windows, opening a directory gives EACCES. -- dannysmith at users

[Bug preprocessor/11242] [mingw32] #include memory takes my memory directory instead of the standard memory header file

2007-04-20 Thread zackw at panix dot com
--- Comment #6 from zackw at panix dot com 2007-04-21 02:56 --- I am inclined to think that this is an operating system bug and should be worked around in the mingw32 libraries, not in cpplib. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11242

[Bug preprocessor/11242] [mingw32] #include memory takes my memory directory instead of the standard memory header file

2007-01-07 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-08 01:14 --- This patch seems fairly reasonable to me, though not perfect. It will reset errno if stat() fails, which, while probably not fatal, is still a bit troubling. -- tromey at gcc dot gnu dot org changed:

[Bug preprocessor/11242] [mingw32] #include memory takes my memory directory instead of the standard memory header file

2006-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-23 22:32 --- Confirmed. (In reply to comment #3) Reopening since this is still an issue. Though only on mingw32. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added