re PR libfortran/36538 (namelist failure with tabs preceding object name)
2008-06-13 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/36538 * io/list_read.c (namelist_read): Add eat_separator to eliminate leading tabs. From-SVN: r136776
This commit is contained in:
parent
4b8cb94c75
commit
a82094b70d
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-06-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR fortran/36538
|
||||
* io/list_read.c (namelist_read): Add eat_separator to eliminate leading
|
||||
tabs.
|
||||
|
||||
2008-06-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR fortran/35863
|
||||
|
|
|
@ -2922,6 +2922,8 @@ find_nml_name:
|
|||
goto find_nml_name;
|
||||
}
|
||||
|
||||
eat_separator (dtp);
|
||||
|
||||
/* Ready to read namelist objects. If there is an error in input
|
||||
from stdin, output the error message and continue. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue