blob: b851a75ea4f57f65ca77bf2366f9696673f74b6a [file] [log] [blame]
! { dg-do run }
! { dg-options "-std=f2008 -pedantic" }
! { dg-shouldfail "Zero width in format descriptor" }
character(10) :: fmt = "(e0.2)"
print fmt, 3.
end
! { dg-output "Fortran runtime error: Zero width in format descriptor" }