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 libfortran/31335] Calls lstat(), stat() and fstat() in libgfortran should be protected by autoconf HAVE_{L,,F}STAT macros



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2007-03-25 11:19 -------
(In reply to comment #1)
> http://gcc.gnu.org/ml/fortran/2006-10/msg00583.html

Yes, thanks, I know. I followed in my patch
(http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01605.html) the idea I already
had at that time: if lstat() is not available, instead of not providing the
library function for LTAT, we'll use stat().


-- 


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


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