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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
vect
/
Ofast-pr50414.f90
blob
c4a36dbb2221b8263c2a690bfdcd0aa812e201cb
1
! { dg-do compile }
2
3
SUBROUTINE
SUB
(
A
,
L
,
YMAX
)
4
DIMENSION
A
(
L
)
5
YMA
=
A
(
1
)
6
DO
2
I
=
1
,
L
,
2
7
2
YMA
=
MAX
(
YMA
,
A
(
I
),
A
(
I
+
1
))
8
CALL
PROUND
(
YMA
)
9
END
10
11
! { dg-final { cleanup-tree-dump "vect" } }