repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
line_length_10.f90
blob
390e9a1635814393e8fe1d3d05f67da40e7a35b2
1
! { dg-do compile }
2
! { dg-options "-Wno-line-truncation" }
3
!
4
! By default, for free-form source code: Error out
5
! But due to the explicit -Wno-line-truncation, compile w/o warning
6
!
7
print
*,
1
+
2
8
end