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-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
g77
/
cpp3.F
blob
ab25b532945782a21bcce1f21613fea88ddc7541
1
c { dg-do run }
2
c { dg-options "-std=legacy" }
3
c
4
! Some versions of cpp will delete "//'World' as a C++ comment.
5
character*40 title
6
title = 'Hello '//'World'
7
if (title .ne. 'Hello World') call abort
8
end