AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95707.f90
blob3279a6320cfae7b945fcbc24a4b4d358b95ac3d4
1 ! { dg-do compile }
2 ! { dg-options "-fsecond-underscore" }
3 ! PR fortran/95707 - ICE in finish_equivalences, at fortran/trans-common.c:1319
5 module m2345678901234567890123456789012345678901234567890123456789_123
6 interface
7 module subroutine s2345678901234567890123456789012345678901234567890123456789_123
8 end
9 end interface
10 end
11 submodule(m2345678901234567890123456789012345678901234567890123456789_123) &
12 n2345678901234567890123456789012345678901234567890123456789_123
13 real :: a(4), u(3,2)
14 real :: b(4), v(4,2)
15 equivalence (a(1),u(1,1)), (b(1),v(1,1))
16 end