Hi Mark,
This is a follow up to PR95586 which fixed only the ICE that occurred when using derived types in an implicit statement. The ICE occurred because an attempt was made to determine kind for types that do not have kinds.This patch ensures that kind is only determined for types that support kind.OK for master?
OK.
Is it worth backporting?
As an ICE on invalid for quite a special case, I'd say probably not. Thanks for the patch! Best regards Thomas