RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr93835.f08
blob2fa1585604b9173263d91cb07d687961da279194
1 ! { dg-do run }
3 ! PR fortran/93835 - the following code resulted in an ICE
5 program p
6   if (any(findloc(shape(1), 1) .ne. 0)) stop 1
7 end