Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95689.f90
blob287ae50b0cba7884c791a2bab81e1dc2d64587a7
1 ! { dg-do compile }
2 ! { dg-options "-fsecond-underscore" }
3 ! PR fortran/95689 - ICE in check_sym_interfaces, at fortran/interface.c:2015
5 module m2345678901234567890123456789012345678901234567890123456789_123
6 type t2345678901234567890123456789012345678901234567890123456789_123
7 end type
8 interface
9 module subroutine s2345678901234567890123456789012345678901234567890123456789_123 &
10 (x2345678901234567890123456789012345678901234567890123456789_123)
11 end
12 end interface
13 end
14 submodule(m2345678901234567890123456789012345678901234567890123456789_123) &
15 t2345678901234567890123456789012345678901234567890123456789_123
16 end