This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[libgfortran, patch] PR 19595, eor does not work


This was bubblestrapped and regtested on i686-pc-linux-gnu.

This fixes the advance="NO" case for eor in the case where
no eor actually happens.  The other part of the bug is
still open, but it's impossible to get there unless
this gets fixed first.

Ok?

	Thomas

2005-01-26  Thomas Koenig <Thomas.Koenig@online.de>

	PR libfortran/19595
	* io/transfer.c (data_transfer_init):  eor requires
	advance="NO"

	PR libfortran/19595
	* eor_1.f90:  New testcase

Attachment: transfer.c-advance-diff
Description: Text document

Attachment: eor_1.f90
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]