Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
pr108544.f90
blob: 783cb7aaf7bd093ca768c721bfce97dc49b4ef40 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR fortran
/
108544
-
ICE
in
check_host_association
!
Contributed
by
G
.
Steinmetz
module
m
contains
subroutine s
select
type
(
s
=>
1
)
!
{
dg
-
error
"Selector shall be polymorphic"
}
end
select
end
end