RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr92898.f90
blob1c831eda1bba29f28e15ed4ac773ac146c0ba98d
1 ! { dg-do compile }
2 ! PR fortran/92898
3 ! Code contributed by Gerhard Steinmetz
4 program p
5 print *, is_contiguous (null()) ! { dg-error "shall be an associated" }
6 end