This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/68442] ICE on kind specification, depending on ordering of functions


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]