* config/i386/i386.md (paritydi2, paritysi2): New expanders.
[official-gcc.git] / gcc / testsuite / gfortran.dg / oldstyle_2.f90
blob6f1b477295bf2fc043fa7a4c20424a0d5b8befa6
1 ! { dg-do compile}
2 subroutine foo(i) ! { dg-error "DATA attribute" }
3 integer i /10/
4 end subroutine foo