Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
allocatable_uninitialized_1.f90
blob: 4c52bd7192e5fba4c54d408ace1e00540fe3c7e6 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-O -Wall"
}
program main
real
,
allocatable
::
a
(:),
b
(:)
a
(
1
)=
2
*
b
(
1
)
!
{
dg
-
warning
"uninitialized"
}
end