repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
hollerith_1.f90
blob
829ca7f99c285b36499e7bfc4cd38605170f157a
1
! { dg-do run }
2
! { dg-options "-std=legacy" }
3
!
4
! PR 21260
5
! We wrongly interpreted the '!' as the beginning of a comment.
6
! Also verifies the functioning of hollerith formatting.
7
character
*
72
c
8
write
(
c
,
8000
)
9
8000
format
(
36
(
2
H
!)))
10
do
i
=
1
,
72
,
2
11
if
(
c
(
i
:
i
+
1
) /=
'!)'
)
call
abort
12
end do
13
end