OSDN Git Service

2008-10-16 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2008 18:23:25 +0000 (18:23 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2008 18:23:25 +0000 (18:23 +0000)
commit861d81376bebecec97f459f599c90f21f041a197
treeae7ea28804a259fcc779f338996c4148bc062ca8
parent19c428f5a082fd7dc9611d7b6a27ddb016513296
2008-10-16  Thomas Koenig  <tkoenig@gcc.gnu.org>

* io/file_pos.c (unformatted_backspace): Normal case is
GFC_CONVERT_NATIVE.
* io/transfer.c (read_sf):  Mark paths leading to generate_error()
as unlikely.
(readl_block_form):  Likewise.
(read_block_direct):  Likewise.
(write_block):  Likewise.
(write_buf):  Likewise.
(us_read):  Likewise.  Normal case is GFC_CONVERT_NATIVE.
(next_record_w_unf):  Mark paths leading to generate_error()
as unlikely.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141179 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/io/file_pos.c
libgfortran/io/transfer.c