PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gfortran.dg / include_9.f90
blobc4ef50f6e504d348eac1c2bfe6420a51c90376a4
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 }