https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100906
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkoenig at gcc dot gnu.org
Keywords|patch |needs-stdcheck
Status|RESOLVED |REOPENED
Ever confirmed|0 |1
Last reconfirmed| |2026-05-10
Resolution|FIXED |---
--- Comment #8 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
I think the test case is invalid.
check_tk_as has
type(*), intent(in) :: a(:)
and check_tk_ar has
type(*), intent(in) :: a(..)
where both refer to the same entity (the C binding name).