4 ! The problem with implict typing is that it is unclear
5 ! whether an existing symbol is a variable or a function.
6 ! Thus it remains long FL_UNKNOWN, which causes extra
7 ! problems; it was failing here since ISTAT was not
8 ! FL_VARIABLE but still FL_UNKNOWN.
10 ! Test case contributed by Dick Hendrickson.
20 ALLOCATE (RLA1(NF10
), STAT
= ISTAT
)
21 ALLOCATE (RLA1(NF10
), STAT
= ISTAT2
)
34 ALLOCATE (RLA1(NF10
), STAT
= ISTAT2
) ! { dg-error "is not a variable" }