[Bug fortran/23065] MAXPATHLEN usage in fortran/{scanner,module}.c

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jul 25 22:07:00 GMT 2005


------- Additional Comments From kargl at gcc dot gnu dot org  2005-07-25 21:41 -------
So, GNU does not follow IEEE Std 1003.1, 2004?

gfortran.h contains

#include <limits.h>
#ifndef PATH_MAX               /* This is defined in a IEEE Std 1003.1, 2004 */
# include <sys/param.h>
# define PATH_MAX MAXPATHLEN
#endif


-- 


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



More information about the Gcc-bugs mailing list