[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitable
[official-gcc.git] / gcc / testsuite / gfortran.dg / oldstyle_5.f
blob8a0d3119fb4823a70ad8a4690ab5c6f1d533bdaa
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