c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pad_source_3.f
blob8fbdae0d67d0bcbb8c64361c782e1745e01f38da
1 c { dg-do run }
2 c { dg-skip-if "non-standard options" { *-*-* } { "-ffixed-line-length*" } }
3 c { dg-options "-fno-pad-source" }
4 character(80) a
5 a = 'abc
6 +def'
7 if (a .ne. 'abcdef') stop 1
8 end