https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123949
--- Comment #3 from Christopher Albert <albert at tugraz dot at> --- Created attachment 63711 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63711&action=edit Fix PDT ICE with large KIND values Replaced 32-bit KIND extraction in PDT instance naming with full integer-string encoding (mpz_get_str) in gfc_get_pdt_instance, so large valid KIND values no longer hit the wrong fallback path and trigger the gfc_match_decl_type_spec ICE.
