PR target/83368
[official-gcc.git] / gcc / testsuite / gfortran.dg / graphite / id-pr47691.f
blob0abbd5562effe183ccd6ef73e44983ee28313a6c
1 ! { dg-options "-O -fgraphite-identity -ffast-math -fno-tree-scev-cprop" }
2 dimension b(12,8)
3 do i=1,norb
4 end do
5 b(i,j) = 0
6 call rdrsym(b)
7 end