modula2: Simplify REAL/LONGREAL/SHORTREAL node creation.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr96436_9.f90
bloba10f818f9d286e27779235f28bbf6d14c9c7ae66
1 ! { dg-do run }
2 ! { dg-options "-std=f2008 -pedantic" }
3 ! { dg-shouldfail "Zero width in format descriptor" }
5 character(10) :: fmt = "(en0.2)"
6 print fmt, 3.
7 end
9 ! { dg-output "Fortran runtime error: Zero width in format descriptor" }