repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr108544.f90
blob
783cb7aaf7bd093ca768c721bfce97dc49b4ef40
1
! { dg-do compile }
2
! PR fortran/108544 - ICE in check_host_association
3
! Contributed by G.Steinmetz
4
5
module
m
6
contains
7
subroutine
s
8
select
type
(
s
=>
1
)
! { dg-error "Selector shall be polymorphic" }
9
end
select
10
end
11
end