Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
oldstyle_5.f
blob: 8a0d3119fb4823a70ad8a4690ab5c6f1d533bdaa [
file
] [
log
] [
blame
]
C
{
dg
-
do
compile
}
TYPE T
INTEGER A
(
2
)/
1
,
2
/
!
{
dg
-
error
"Invalid old style initialization for derived type component"
}
END
TYPE
TYPE S
INTEGER B
/
1
/
!
{
dg
-
error
"Invalid old style initialization for derived type component"
}
END
TYPE
END