Re: [Patch, libfortran] PR 49296 List read of file without EOR

2011-07-12 Thread Janne Blomqvist
PING On Mon, Jul 4, 2011 at 00:57, Janne Blomqvist blomqvist.ja...@gmail.com wrote: Hi, the attached patch fixes the remaining cases of handling input that ends in EOF instead of a normal separator for list formatted read of the primitive types. Ok for trunk and 4.6? 2011-07-04  Janne

Re: [Patch, libfortran] PR 49296 List read of file without EOR

2011-07-12 Thread Jerry DeLisle
On 07/12/2011 01:05 AM, Janne Blomqvist wrote: PING On Mon, Jul 4, 2011 at 00:57, Janne Blomqvistblomqvist.ja...@gmail.com wrote: Hi, the attached patch fixes the remaining cases of handling input that ends in EOF instead of a normal separator for list formatted read of the primitive types.

[Patch, libfortran] PR 49296 List read of file without EOR

2011-07-03 Thread Janne Blomqvist
Hi, the attached patch fixes the remaining cases of handling input that ends in EOF instead of a normal separator for list formatted read of the primitive types. Ok for trunk and 4.6? 2011-07-04 Janne Blomqvist j...@gcc.gnu.org PR libfortran/49296 * io/list_read.c

Re: [Patch, libfortran] PR 49296 List read of file without EOR

2011-06-17 Thread jerry DeLisle
On 06/17/2011 12:02 PM, Janne Blomqvist wrote: PING. Also, here's a slightly simplfied testcase: Yes, OK Jerry

[Patch, libfortran] PR 49296 List read of file without EOR

2011-06-11 Thread Janne Blomqvist
Hi, attached patch fixes PR 49296. A new test for the testsuite is also included. Regtested on x86_64-unknown-linux-gnu, Ok for trunk? 2011-06-11 Janne Blomqvist j...@gcc.gnu.org PR libfortran/49296 * io/list_read.c (read_character): Accept EOF as a separator when