nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr96436_8.f90
blobb851a75ea4f57f65ca77bf2366f9696673f74b6a
1 ! { dg-do run }
2 ! { dg-options "-std=f2008 -pedantic" }
3 ! { dg-shouldfail "Zero width in format descriptor" }
5 character(10) :: fmt = "(e0.2)"
6 print fmt, 3.
7 end
9 ! { dg-output "Fortran runtime error: Zero width in format descriptor" }