[Bug libfortran/59513] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2013-12-18 Thread aruopp at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #9 from ARuopp --- BTW: "At line 652 of file"is correct. Line 655 was including some comments from my side... I didn't want to confuse

[Bug libfortran/59513] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2013-12-18 Thread aruopp at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #7 from ARuopp --- Execute with: xfoil < xfoil.naca.run1

[Bug libfortran/59513] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2013-12-18 Thread aruopp at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #6 from ARuopp --- Hi, thank you very much for your effort. Compiling is not the problem. Try to execute the script, which I attached. Without the "backspace" modification, xfoil ends with the error message: At line 655 of file ../

[Bug libfortran/59513] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2013-12-18 Thread aruopp at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #5 from ARuopp --- Created attachment 31469 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31469&action=edit test script for running xfoil with output in file this is a test script for testing xfoil in running in batch mode. what

[Bug libfortran/59513] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2013-12-15 Thread aruopp at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #3 from aruopp at gmx dot de --- Inserting the backspace: BACKSPACE(LU) before loop DO 40 IA = IA1, IA2 WRITE(LU,LINEF) & (CPOL(IA,IPOL(KP)), KP=1, NIPOL), &((CPOLSD(IA,IS,JPOL(KP)),

[Bug libfortran/59513] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2013-12-15 Thread aruopp at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #2 from aruopp at gmx dot de --- Hi, compilation of code works without any problems. Only if I execute the code, the problem exists with this error message. The file 'polarfile_1.dat' is written during executing xfoil, but

[Bug libfortran/59513] New: Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2013-12-15 Thread aruopp at gmx dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran Assignee: unassigned at gcc dot gnu.org Reporter: aruopp at gmx dot de Compiling xfoil, a known fortran code for airfoils works perfectly. Execution of xfoil creates