[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitable
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95687.f90
bloba674533179ab60483699973003d96b0ee781a45d
1 ! { dg-do compile }
2 ! { dg-options "-fsecond-underscore" }
3 ! PR fortran/95687 - ICE in get_unique_hashed_string, at fortran/class.c:508
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 type t2345678901234567890123456789012345678901234567890123456789_123 &
14 (a2345678901234567890123456789012345678901234567890123456789_123)
15 integer, kind :: a2345678901234567890123456789012345678901234567890123456789_123 = 4
16 end type
17 class(t2345678901234567890123456789012345678901234567890123456789_123(3)), pointer :: &
18 x2345678901234567890123456789012345678901234567890123456789_123
19 end