[Bug libfortran/98825] Unexpected behavior of FORTRAN FORMAT expressions when suppressing new line with '$'

2021-01-30 Thread max.pd at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98825 --- Comment #7 from max.pd at gmx dot de --- This DEC-F77 specification seems to be very adequate for the -fdec compiler flag. For general use of the '$' in format expressions (even without the compiler flag), it would not make much sense. Here it

[Bug libfortran/98825] Unexpected behavior of FORTRAN FORMAT expressions when suppressing new line with '$'

2021-01-27 Thread max.pd at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98825 --- Comment #5 from max.pd at gmx dot de --- The -fdec compiler flag provides a possible work around. When opening a Unit with CARRIAGECONTROL='NONE' (an option available with DEC extensions in gfortran), the program won't show the unexpected beha

[Bug libfortran/98825] Unexpected behavior of FORTRAN FORMAT expressions when suppressing new line with '$'

2021-01-25 Thread max.pd at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98825 --- Comment #3 from max.pd at gmx dot de --- Here some details to outline the issue: The problem is affecting 1) "gcc/libgfortran/io/format.c" 2) "gcc/libgfortran/io/transfer.c" of the gcc source tree. The feature, implemented as FMT_DOLLAR c

[Bug libfortran/98825] Unexpected behavior of FORTRAN FORMAT expressions when suppressing new line with '$'

2021-01-25 Thread max.pd at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98825 --- Comment #2 from max.pd at gmx dot de --- (In reply to Dominique d'Humieres from comment #1) > AFAIU $ fin format is a DEC(?) extension: see e.g. > http://www.gf.uns.ac.rs/~hidro/download/CVF_LREF.PDF > > Thi is not implemented in gfortran. W

[Bug libfortran/98825] New: Unexpected behavior of FORTRAN FORMAT expressions when suppressing new line with '$'

2021-01-25 Thread max.pd at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98825 Bug ID: 98825 Summary: Unexpected behavior of FORTRAN FORMAT expressions when suppressing new line with '$' Product: gcc Version: 10.2.0 Status: UNCONFIRMED Sev