URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [test_bind_c_parens.f03] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }
module test_bind_c_parens
interface
subroutine sub bind(c) ! { dg-error "Missing required parentheses" }
end subroutine sub ! { dg-error "Expecting END INTERFACE" }
end interface
end module test_bind_c_parens