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
tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assumed_rank_23.f90
blob
c83aa7de1a391ab076f04c10bc8df7b673b4b1a2
1
! { dg-do compile }
2
!
3
! PR fortran/54753
4
! TS29113:C535c
5
! F2018:C839
6
!
7
module
m
8
9
interface
10
subroutine
s1
(
x
,
y
)
11
class
(*) ::
x
(..)
12
class
(*),
intent
(
out
) ::
y
(..)
13
end subroutine
14
end interface
15
16
end module