2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gfortran.dg / line_length_11.f90
blob67f1e29a0ebf03555a155b60be2636e3dc81d50a
1 ! { dg-do compile }
2 ! { dg-options "-Wno-all" }
4 ! By default, for free-form source code: Error out
5 ! But due to the explicit -Wno-all, compile w/o warning
7 print *, 1 + 2
8 end