[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitable
[official-gcc.git] / gcc / testsuite / gfortran.dg / wtruncate.f
blobb7cac5d3c76bb69e1e17bdd6b32ecb4f53d16b06
1 ! { dg-do compile }
2 ! { dg-options "-Wall" }
4 ! This long comment line should not trigger a line-truncation warning with -Wall
6 PROGRAM foo
7 WRITE (*,*) "Test" ! Neither this comment which exceeds the 72 character limit, too
8 WRITE (*,*) "This exactly 72 character long soruce line not, too."
9 END