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.

Reply via email to