https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Roland Illig from comment #5) > From fortran/intrinsic.c: > > gfc_warning_now (OPT_Wintrinsics_std, "The intrinsic %qs at %L is not " > "included in the selected standard but %s and %qs will" > " be treated as if declared EXTERNAL. Use an" > " appropriate %<-std=%>* option or define" > " %<-fall-intrinsics%> to allow this intrinsic.", > sym->name, &loc, symstd, sym->name); > > After the "-std=". There is nothing wrong on that. -std= is the literal option name, * is there just a wildcard (anything after it). We don't want users to type -std=* literally.