RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / simplify_cshift_3.f90
blob26f54c5431f63cecc0ec089efd299a934e6f8f7c
1 ! { dg-do compile }
2 subroutine foo ()
3 real(4), allocatable, save :: tmp (:, :)
4 real(4), pointer, save :: arr (:, :, :)
5 integer :: l, m, n
6 tmp = (cshift(cshift(arr (:,:,l),m,2),n,1))
7 end subroutine foo