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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
dependency_32.f90
blob
c0a3118acf53540328c79767277290b465856ebb
1
! { dg-do compile }
2
! { dg-options "-Warray-temporaries" }
3
! PR 44235
4
! No temporary should be created for this, as the upper bounds
5
! are effectively identical.
6
program
main
7
real
a
(
10
)
8
a
=
0
.
9
a
(
1
:
10
:
4
) =
a
(
1
:
9
:
4
)
10
end program
main