RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr106934.f90
blobac58a3e82e3bab0accbcc3cf4be30bc6660cd514
1 ! { dg-do compile }
2 ! { dg-options "-O" }
3 subroutine s
4 logical(1) :: a = .true.
5 logical(2) :: b
6 a = transfer(b, a)
7 end