diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/line_length_1.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/line_length_1.f | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/line_length_1.f b/gcc/testsuite/gfortran.dg/line_length_1.f new file mode 100644 index 000000000..1ac80338d --- /dev/null +++ b/gcc/testsuite/gfortran.dg/line_length_1.f @@ -0,0 +1,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 |