r141179 - in /trunk/libgfortran: ChangeLog io/f...

tkoenig@gcc.gnu.org tkoenig@gcc.gnu.org
Thu Oct 16 18:23:00 GMT 2008


Author: tkoenig
Date: Thu Oct 16 18:23:25 2008
New Revision: 141179

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141179
Log:
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.


Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/file_pos.c
    trunk/libgfortran/io/transfer.c



More information about the Gcc-cvs mailing list