nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr94030_1.f90
blobe63d3cc8da4e176c8b4906e590aeebb40dc9bded
1 ! { dg-do compile }
4 subroutine f(n)
5 integer :: n
6 integer :: arr(n)
7 integer :: i
8 equivalence (i, arr(1))
9 end
11 ! { dg-error "Array 'arr' at .1. with non-constant bounds cannot be an EQUIVALENCE object" " " { target *-*-* } 8 }