RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / include_9.f90
blob6b0648b3ee53eb2e30b67600e23da3f68e6f76c4
1 ! { dg-do compile }
2 ! PR69043 Trying to include a directory causes an infinite loop
3 include '.'
4 program main
5 end program
6 ! { dg-error "is not a regular file" " " { target *-*-* } 3 }
7 ! { dg-prune-output "compilation terminated." }