2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / line_length_9.f90
blobf338972272cc858780dc4b226d5ee4274ad3001b
1 ! { dg-do compile }
2 ! { dg-options "-Wall" }
4 ! By default, for free-form source code: Error out
5 ! Even with -Wall, we still get an error
7 print *, 1 + 2 ! { dg-error "Line truncated at .1." }
8 end
9 ! { dg-excess-errors "some warnings being treated as errors" }