nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pad_source_2.f
blobbcf9439cd1412aebcb786b3bb2cfbb07d3bcb110
1 c { dg-do run }
2 c { dg-skip-if "non-standard options" { *-*-* } { "-ffixed-line-length*" } }
3 c { dg-options "-fpad-source" }
4 character(80) a
5 a = 'abc
6 +def'
7 if (a(:61) .ne. 'abc') stop 1
8 if (a(62:) .ne. 'def') stop 2
9 end