This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/23065] MAXPATHLEN usage in fortran/{scanner,module}.c
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2005 21:41:52 -0000
- Subject: [Bug fortran/23065] MAXPATHLEN usage in fortran/{scanner,module}.c
- References: <20050725203426.23065.schwinge-bugzilla-gcc.gnu.org@nic-nac-project.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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