annotate gcc/testsuite/gfortran.dg/wtruncate.f90 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 ! { dg-do compile }
kono
parents:
diff changeset
2 ! { dg-options "-Wall" }
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 ! This long comment line should not trigger a line-truncation warning with -Wall even for free-form 132 character line limit (blah blah)
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 PROGRAM foo
kono
parents:
diff changeset
7 WRITE (*,*) "Test" ! Neither this comment which exceeds the 132 character limit with some random words, too (blah blah)
kono
parents:
diff changeset
8 WRITE (*,*) "This exactly 132 character long soruce line not, too. How can people fill 132 characters without sensless stuff"
kono
parents:
diff changeset
9 END
kono
parents:
diff changeset
10