RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / shape_10.f90
blob4943c21b1d2ef12e008137b65c35bd5264a4b136
1 ! { dg-do compile }
2 ! PR fortran/102716
4 program p
5 integer, parameter :: a(1) = shape([2], [1]) ! { dg-error "must be a scalar" }
6 end