Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gfortran.dg / line_length_7.f90
blobb4ebf49c4bffa67bfb7b3cc27827540e55cb7e8f
1 ! { dg-do compile }
2 ! { dg-options "-Wno-error" }
4 ! By default, for free-form source code: Error out
5 ! But due to -Wno-error, we only expect a warning
7 print *, 1 + 2 ! { dg-warning "Line truncated at .1." }
8 end