https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109662
--- Comment #5 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Is this acceptable: $ ./a.out Compiler version = GCC version 14.0.0 20230424 (experimental) Compiler options = -mtune=generic -march=x86-64 -Wpedantic -fpre-include=/usr/include/finclude/math-vector-fortran.h At line 9 of file pr109662.f90 Fortran runtime error: Comma after namelist name not allowed Should I allow it with -std=legacy?