https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79859
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manu at gcc dot gnu.org
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Roland Illig from comment #0)
> from fortran/primary.c:
>
> if (!gfc_notify_std (GFC_STD_F2008, "No initializer for "
> "allocatable component '%qs' given in the "
> "structure constructor at %C", comp->name))
>
> The single quotes around %qs are superfluous.
There may be quite a few of this or '%s'. Fortran didn't support %qs until very
recently.