aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/line_length_1.f
blob: 1ac80338d89bb379a8f513c7dbb28f391dced777 (plain)
1
2
3
4
5
6
7
! Testcase for -ffixed-line-length-none
! { dg-do compile }
! { dg-options "-ffixed-line-length-none" }
      program one
       if (abs(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa).gt.999.d0.or.abs(bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb).gt.999.d0.or.abs(cccccccccccccccccccc).gt.999.d0) THEN
       endif
      end program one