Bernd Edlinger wrote:
> this patch fixes a recently discovered name-clash in gfc_build_class_symbol.
>
> Fortunately it is quite easy to fix: just make sure that the class names of
> target
> classes end with "_t", and target array classes end with "[0-9]t".
> This trick makes all names unique aga
Sorry, wrong subject, again...
>
> Hi,
>
> this patch fixes a recently discovered name-clash in gfc_build_class_symbol.
>
> Fortunately it is quite easy to fix: just make sure that the class names of
> target
> classes end with "_t", and target array classes end with "[0-9]t".
> This trick makes