[Bug fortran/68442] ICE on kind specification, depending on ordering of functions
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Wed Jan 20 21:52:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jvdelisle at gcc dot gnu.org
--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Related to pr69397. With the patch in pr69397 comment 2, the ICE is replaced
with the error:
pr68442.f90:7:21:
character(kind=gkind()) :: x
1
Error: There is no specific function for the generic 'gkind' at (1)
When I applied the patch, I was not happy with this message: it points to the
problem, but IMO with a wrong diagnostic.
More information about the Gcc-bugs
mailing list