OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / empty_label.f90
1 ! { dg-do compile }
2 ! { dg-options "-Werror -fmax-errors=1" }
3 100   ! { dg-warning "empty statement" }
4 end
5 ! { dg-error "count reached limit" "" { target *-*-* } 0 }