4 ! array constructors were giving unexpected results when the ac-implied-do
5 ! variable was used in one of the ac-implied-do bounds.
7 ! Original testcase by Vittorio Zecca <zeccav@gmail.com>
10 if (any((/(i
,i
=1,I
)/) /= (/1,2,3,4,5/))) call abort
! { dg-warning "final expression references control variable" }
11 if (I
/= 5) call abort