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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
initialization_17.f90
blob
c7b73b583df13b3e3e8e7a5602e1cea0b8ec71ab
1
! { dg-do compile }
2
!
3
! PR fortran/34514
4
!
5
! Initialization and typespec changes.
6
!
7
integer
::
n
=
5
,
m
=
7
8
parameter
(
n
=
42
)
! { dg-error "Initializing already initialized variable" }
9
dimension
::
m
(
3
)
! { dg-error "after its initialisation" }
10
end