nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / line_length_10.f90
blobc244172e16283b3f55c052d5c0285a7678b61fbf
1 ! { dg-do compile }
2 ! { dg-options "-std=f2018 -Wno-line-truncation" }
4 ! By default, for free-form source code: Error out
5 ! But due to the explicit -Wno-line-truncation, compile w/o warning
7 print *, 1 + 2
8 end