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
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
line_length_7.f90
blob
b4ebf49c4bffa67bfb7b3cc27827540e55cb7e8f
1
! { dg-do compile }
2
! { dg-options "-Wno-error" }
3
!
4
! By default, for free-form source code: Error out
5
! But due to -Wno-error, we only expect a warning
6
!
7
print
*,
1
+
2
! { dg-warning "Line truncated at .1." }
8
end