Re: gdb input error gfortrani_fbuf_read () cyggfortran-3.dll

2016-09-27 Thread Jon Turney
On 26/09/2016 14:41, Jon Turney wrote: On 22/09/2016 20:55, Rockefeller, Harry wrote: gdb (test version) and program's 'read' seem to have an input clash. Anyway, gdb used to pause and allow keyboard input. Thanks for reporting this problem, and the test case. Thread 1 "foo" hit Breakpoint

Re: gdb input error gfortrani_fbuf_read () cyggfortran-3.dll

2016-09-26 Thread Jon Turney
On 22/09/2016 20:55, Rockefeller, Harry wrote: gdb (test version) and program's 'read' seem to have an input clash. Anyway, gdb used to pause and allow keyboard input. Thanks for reporting this problem, and the test case. Thread 1 "foo" hit Breakpoint 1, foo () at foo.f:4 4

gdb input error gfortrani_fbuf_read () cyggfortran-3.dll

2016-09-22 Thread Rockefeller, Harry
gdb (test version) and program's 'read' seem to have an input clash. Anyway, gdb used to pause and allow keyboard input. With test fortran program: program foo implicit none real*4 e /0.0/ write(*,*) "Enter a real number" read(*,*) e write (*,*) "e =", e