PR libfortran/67527
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Sep 2015 12:05:44 +0000 (12:05 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Sep 2015 12:05:44 +0000 (12:05 +0000)
commitc60f0c1eb28e045fb5ad0cd05cfb6b7531af1062
tree178a900d2d4f9108057640a6f3190da9cedbade1
parent13a0db74ac37fbb7deac8db94529917c7137eec4
PR libfortran/67527
PR libfortran/67535
PR libfortran/67536
* io/io.h: Use unsigned values for 31-bit left shifts.
* io/unix.c (buf_read): Do not call memcpy() with NULL pointer arg.
* io/write.c (nml_write_obj): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227705 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/io/io.h
libgfortran/io/unix.c
libgfortran/io/write.c