https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119856
--- Comment #9 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to Jerry DeLisle from comment #8) > At line 7 of file newby.f90 (unit = 6, file = 'stdout') > Fortran runtime error: Missing comma between descriptors > (AI5) > ^ Oops, I copied the wrong one over from the terminal. $ gfc -std=f95 test.f90 jerry@quasar:~/dev/test/pr83282$ ./a.out At line 7 of file test.f90 (unit = 6, file = 'stdout') Fortran runtime error: Missing comma between descriptors (AI5) ^