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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
oldstyle_5.f
blob
8a0d3119fb4823a70ad8a4690ab5c6f1d533bdaa
1
C { dg-do compile }
2
TYPE T
3
INTEGER
A
(
2
)/
1
,
2
/ ! {
dg
-
error
"Invalid old style initialization for derived type component"
}
4
END
TYPE
5
TYPE S
6
INTEGER
B
/
1
/ ! {
dg
-
error
"Invalid old style initialization for derived type component"
}
7
END
TYPE
8
END