PR libfortran/24919
* io/list_read.c (eat_separator, finish_separator, read_character): Handle CRLF separators correctly during reads. (nml_query): Use the HAVE_CRLF macro to print adequate newlines. * io/io.h (st_parameter_dt): Add comment about the possible values for sf_seen_eor. * io/unix.c (tempfile, regular_file): HAVE_CRLF doesn't imply that O_BINARY is defined, so we add that condition. (stream_at_bof): Fix typo in comment. * io/transfer.c (read_sf): Handle correctly CRLF, setting sf_seen_eor value to 2 instead of 1. (formatted_transfer_scalar): Use the sf_seen_eor value to handle CRLF the right way. * io/write.c (nml_write_obj, namelist_write): Use CRLF as newline when HAVE_CRLF is defined. * gfortran.dg/ftell_1.f90: Modify testcase so that it doesn't fail on CRLF platforms. * gfortran.dg/ftell_2.f90: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107563 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/ftell_1.f90 5 additions, 2 deletionsgcc/testsuite/gfortran.dg/ftell_1.f90
- gcc/testsuite/gfortran.dg/ftell_2.f90 5 additions, 1 deletiongcc/testsuite/gfortran.dg/ftell_2.f90
- libgfortran/ChangeLog 18 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/io/io.h 5 additions, 1 deletionlibgfortran/io/io.h
- libgfortran/io/list_read.c 38 additions, 4 deletionslibgfortran/io/list_read.c
- libgfortran/io/transfer.c 28 additions, 4 deletionslibgfortran/io/transfer.c
- libgfortran/io/unix.c 3 additions, 3 deletionslibgfortran/io/unix.c
- libgfortran/io/write.c 12 additions, 0 deletionslibgfortran/io/write.c
Loading
Please register or sign in to comment