OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / equiv_8.f90
1 ! { dg-do compile }
2 !
3 ! PR fortran/41755
4 !
5       common /uno/ aa
6       equivalence (aa,aaaaa)   (bb,cc) ! { dg-error "Expecting a comma in EQUIVALENCE" }
7       end