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-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
line_length_9.f90
blob
f338972272cc858780dc4b226d5ee4274ad3001b
1
! { dg-do compile }
2
! { dg-options "-Wall" }
3
!
4
! By default, for free-form source code: Error out
5
! Even with -Wall, we still get an error
6
!
7
print
*,
1
+
2
! { dg-error "Line truncated at .1." }
8
end
9
! { dg-excess-errors "some warnings being treated as errors" }