[Bug fortran/78219] [F08] specifying the kind of a FORALL index in the header
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Nov 5 15:27:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78219
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #3 from kargl at gcc dot gnu.org ---
See array.c(gfc_match_array_constructor) for code to match
a type spec in an array constructor. Looks like a copy and
paste with an additional check for INTEGER to
match.c:match_forall_header mamy fix this bug.
More information about the Gcc-bugs
mailing list