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
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
spec_expr_3.f90
blob
27687e5d9f980de3d762efc2d8ac48c70fa8ed15
1
! { dg-do compile }
2
! PR fortran/18271
3
subroutine
sub
(
imax
)
4
implicit none
5
integer
,
intent
(
in
) ::
imax
6
real
::
aux1
(
25000
+
int
(
0.82
*
imax
))
7
end subroutine