-
- Downloads
re PR fortran/69456 (Namelist value with trailing sign is ignored without error)
2016-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/69456 * io/list_read.c (read_real): If digit is missing from exponent issue an error. (parse_real): Likewise and adjusted error message to clarify it is part of a complex number. (nml_read_obj): Bump item count and add comment that this is used to identify which item in a namelist read has a problem. PR libgfortran/69456 * gfortran.dg/namelist_89.f90: New test. * gfortran.dg/pr59700.f90: Update test.. From-SVN: r233641
Showing
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/namelist_89.f90 47 additions, 0 deletionsgcc/testsuite/gfortran.dg/namelist_89.f90
- gcc/testsuite/gfortran.dg/pr59700.f90 1 addition, 1 deletiongcc/testsuite/gfortran.dg/pr59700.f90
- libgfortran/ChangeLog 9 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/io/list_read.c 10 additions, 4 deletionslibgfortran/io/list_read.c
Loading
Please register or sign in to comment