re PR fortran/36582 (Namelist I/O error: Bogus "Cannot match namelist object")

2008-07-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/36582
	* io/list_read.c: If variable rank is zero, do not adjust the found
	namelist object pointer. Fix ChangeLog.

From-SVN: r138914
This commit is contained in:
Jerry DeLisle 2008-08-09 19:17:24 +00:00
parent 08d0963a0e
commit 10347b0b8c

View File

@ -9,7 +9,7 @@
2008-07-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/36852
PR fortran/36582
* io/list_read.c: If variable rank is zero, do not adjust the found
namelist object pointer.