Retro68/gcc/gcc/testsuite/gfortran.dg/line_length_6.f90
2015-08-28 17:33:40 +02:00

9 lines
365 B
Fortran

! { dg-do compile }
! { dg-options "" }
!
! By default, for free-form source code: Error out
!
print *, 1 + 2 ! { dg-error "Line truncated at .1." }
end
! { dg-excess-errors "some warnings being treated as errors" }