4 ! { dg-options "-finit-integer=12345 -fautomatic -fmax-stack-var-size=8" }
6 ! Make sure that variables larger than max-stack-var-size become
7 ! static and are given the correct _static_ initializer.
10 function set(idx
, val
)
12 integer, intent(in
) :: idx
, val
24 if (val
.ne
. 12345) then