! { dg-do compile }! PR fortran/108501 - ICE in get_expr_storage_size! Contributed by G.Steinmetzprogram p
real,parameter:: n =2real::a(1,(n),2)! { dg-error "must be of INTEGER type" }calls(a(:,:,1))endsubroutines(x)real::x(2)end! { dg-prune-output "must have constant shape" }