]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)
authorSteven G. Kargl <kargls@comcast.net>
Fri, 19 Aug 2005 09:05:03 +0000 (11:05 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 19 Aug 2005 09:05:03 +0000 (11:05 +0200)
commit200cfbe7b94cb12757dc3089401c20aa679a2c01
tree76fe83ed6ce18e79b36af6aade13bf9037e75278
parent4221d00ae06c662c15c8bf0d7ae64c94bf550604
re PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)

2005-08-19  Steven G. Kargl  <kargls@comcast.net>

PR fortran/23065
* gfortran.h: Remove PATH_MAX definition.
* module.c (write_module, gfc_dump_module): Use alloca to allocate
buffers.
* scanner.s (gfc_release_include_path, form_from_filename): Ditto.

From-SVN: r103271
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/module.c
gcc/fortran/scanner.c