https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102079

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I think the problem here is that fortran uses "long int" while size_t
interoperate with "unsigned long int".
Does fortran standard promise that the value should inter-operate with size_t
as well?

Reply via email to