RISC-V: Add support for subword atomic loads/stores
[official-gcc.git] / gcc / testsuite / gfortran.dg / data_constraints_3.f90
blob44aadb60fe94aa9b4012045a01138e76b33fd130
1 ! { dg-do compile }
3 ! PR fortran/40881
5 integer :: a(3)
6 print *, 'Hello'
7 data a/3*5/ ! { dg-warning "Obsolescent feature: DATA statement at .1. after the first executable statement" }
8 end