https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80012
Bug ID: 80012
Summary: FIXME in diagnostic "%s procedure at %L is already
declared as %s procedure" from symbol.c
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/symbol.c:
gfc_error ("%s procedure at %L is already declared as %s "
"procedure. \nF2008: A pointer function assignment "
"is ambiguous if it is the first executable statement "
"after the specification block. Please add any other "
"kind of executable statement before it. FIXME",
As a translator, I'm not sure how to translate the FIXME here, since it looks
like something needs to be done before putting this code into release.