URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [include_5.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-cpp" }!! PR fortran/37821!! Ensure that for #include "..." and for include the! current directory/directory of the source file is! included.subroutine one()include "include_4.inc"integer(i4) :: iend subroutine onesubroutine two()# include "include_4.inc"integer(i4) :: iend subroutine two
