Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
dependency_32.f90
blob: c0a3118acf53540328c79767277290b465856ebb [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-Warray-temporaries"
}
!
PR
44235
!
No
temporary should be created
for
this
,
as
the upper bounds
!
are effectively identical
.
program main
real a
(
10
)
a
=
0.
a
(
1
:
10
:
4
)
=
a
(
1
:
9
:
4
)
end
program main