2011-02-15 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / fmt_error.f90
blob7dc2ab6a5376afb075b3c88b22f1203218a23a75
1 ! { dg-do compile }
2 ! PR32545 Give compile error not warning for wrong edit format statements.
3 read (5,'(i0)') i ! { dg-error "Positive width required in format" }
4 end