URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [cpp3.F] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
c { dg-do run }
c { dg-options "-std=legacy" }
c
! Some versions of cpp will delete "//'World' as a C++ comment.
character*40 title
title = 'Hello '//'World'
if (title .ne. 'Hello World') call abort
end
Go to most recent revision | Compare with Previous | Blame | View Log