https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120111
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |jvdelisle at gcc dot gnu.org Status|UNCONFIRMED |RESOLVED --- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to kargls from comment #2) > This is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88052 > which you submitted. I don't have 15.1 installed, so cannot > confirm whether or not the patch made it into 15.1. The fix did go into 15. (with attached test case) $ gfc15 missing.f90 $ ./a.out At line 3 of file missing.f90 (unit = 6, file = 'stdout') Fortran runtime error: Missing comma between descriptors (AI0) ^