program p implicit none integer :: i(1) asc_1: associate ( j => i ) asc_2: associate ( k => j ) end associate asc_2 end associate asc_1 stop end program p
------ Build started: Project: p, Configuration: Debug|x64 ------ Compiling with Intel(R) Visual Fortran Compiler XE 15.0.2.179 [Intel(R) 64]... p.f90 fortcom: Fatal: There has been an internal compiler error (C0000005). compilation aborted for C:\..\p.f90 (code 1)