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
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr88155.f90
blob
e10eaca2ba67466461d28c87eeeb63303ab20d4c
1
! { dg-do compile }
2
program
p
3
type
t
4
integer
::
a
5
end type
6
type
(
t
) ::
x
7
data
x
/
t
()
1
/
! { dg-error "No initializer for component" }
8
print
*,
x
9
end