6 ! Test a regression where an ICE occurred by passing an invalid reference
7 ! to the error handling routine for non-constant array-specs in DATA list
12 integer x(n
) /1/ ! { dg-error "cannot appear in the expression" }
14 ! { dg-prune-output "module or main program" }
15 ! { dg-prune-output "Nonconstant array" }