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

9 lines
364 B
Fortran

! { dg-do compile }
! { dg-options "-Wno-error" }
!
! By default, for free-form source code: Error out
! But due to -Wno-error, we only expect a warning
!
print *, 1 + 2 ! { dg-warning "Line truncated at .1." }
end