https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118789
kargls at comcast dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargls at comcast dot net --- Comment #3 from kargls at comcast dot net --- Reduced testcase. module fckit_C_interop_module implicit none CONTAINS subroutine fckit_c_nodelete(cptr) bind(c) use, intrinsic :: iso_c_binding type(c_ptr), value :: cptr associate( unused_ => cptr ); end associate end subroutine end module