https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79859
Bug ID: 79859
Summary: diagnostics: argument quoted twice in "No initializer
for allocatable compoonent"
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
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.