lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95828.f90
blobe85b2f11869c7dea3b51ccc8e612bec9d6f7e3f5
1 ! { dg-do compile }
2 ! { dg-options "-fsecond-underscore" }
3 ! PR fortran/95828 - ICE in resolve_select_rank, at fortran/resolve.c:9774
5 module m2345678901234567890123456789012345678901234567890123456789_123
6 type t2345678901234567890123456789012345678901234567890123456789_123
7 end type
8 contains
9 subroutine s2345678901234567890123456789012345678901234567890123456789_123 &
10 (x2345678901234567890123456789012345678901234567890123456789_123)
11 type (t2345678901234567890123456789012345678901234567890123456789_123) :: &
12 x2345678901234567890123456789012345678901234567890123456789_123(..)
14 select rank (y2345678901234567890123456789012345678901234567890123456789_123 &
15 => x2345678901234567890123456789012345678901234567890123456789_123)
16 rank (2)
17 rank (3)
18 rank default
19 end select
20 end
21 end