Retro68/gcc/gcc/testsuite/gfortran.dg/line_length_10.f90

9 lines
351 B
Fortran
Raw Normal View History

2015-08-28 15:33:40 +00:00
! { dg-do compile }
! { dg-options "-Wno-line-truncation" }
!
! By default, for free-form source code: Error out
! But due to the explicit -Wno-line-truncation, compile w/o warning
!
print *, 1 + 2
end