blob: e1ab7220d03c058e9ee9035280556c16a9c8d2da [file] [log] [blame]
! Testcase for -ffree-line-length-none
! See PR fortran/21302
! { dg-do compile }
! { dg-options "-ffree-line-length-none" }
program two
if (abs(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa).gt.999.d0.or.abs(bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb).gt.999.d0.or.abs(cccccccccccccccccccc).gt.999.d0) THEN
endif
end program two