AVR: tree-optimization/115307 - Work around isinf bloat from early passes.
[official-gcc.git] / gcc / testsuite / gfortran.dg / line_length_8.f90
blob822b09e803a11ff8da0eaa0bbd6e612345a853b3
1 ! { dg-do compile }
2 ! { dg-options "-std=f2018 -Wline-truncation" }
4 ! By default, for free-form source code: Error out
5 ! Even with -Wline-truncation, we still get an error
7 print *, 1 + 2 ! { dg-error "Line truncated at .1." }
8 end
9 ! { dg-prune-output "some warnings being treated as errors" }