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
2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
line_length_6.f90
blob
92f3401e90fbdc2c802def37405d8ff867fe0b01
1
! { dg-do compile }
2
! { dg-options "" }
3
!
4
! By default, for free-form source code: Error out
5
!
6
print
*,
1
+
2
! { dg-error "Line truncated at .1." }
7
end
8
! { dg-excess-errors "some warnings being treated as errors" }