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
* cfghooks.c (verify_flow_info): Disable check that all probabilities
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr70931.f90
blob
08ecd687752649feb06bfafa2ddc1e648dd94dc5
1
! { dg-do compile }
2
! { dg-options "-g" }
3
program
p
4
type
t
5
integer
::
a
6
integer
::
b
(
0
)
7
end type
8
type
(
t
),
parameter
::
z
=
t
(
1
, [
2
])
9
print
*,
z
10
end