summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/line_length_8.f90
blob: 3f0efaf4c0ac8e5369ca402d490e5e8f836ff837 (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! { dg-options "-Wline-truncation" }
!
! By default, for free-form source code: Error out
! Even with -Wline-truncation, we still get an error
!
      print *, 1                                                                                                                                          + 2 ! { dg-error "Line truncated at .1." }
      end
! { dg-excess-errors "some warnings being treated as errors" }