Hi, >> >I just committed as obvious two small patches for two recently >> >reported accepts-invalid PRs (after regtesting): >> > >> >http://gcc.gnu.org/viewcvs?view=revision&revision=179213 >> >> Thanks ! >> >> As far as the fortran/interface.c change is concerned, why isn't a full >> TKR (Type/Kind/Rank) comparison in order ? >> > > Either you misread the patch or one of us is confused on > what "compare_type_rank (s1,s2)" actually does.
Well, it does just that: Comparing type, rank and kind. I guess it is slightly misnamed in this respect (omitting the 'kind' part). Cheers, Janus