https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102079
--- Comment #6 from rguenther at suse dot de <rguenther at suse dot de> --- On Sun, 26 Sep 2021, hubicka at gcc dot gnu.org wrote: > 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? Note my point was that the TBAA warning is unnecessary since at least singed and unsigned variants of the same type inter-operate in that respect. Can we fix that independently of the issue of value inter-operation here?