URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [c_loc_tests_7.f03] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
module c_loc_tests_7
use iso_c_binding
contains
SUBROUTINE glutInit_f03()
TYPE(C_PTR), DIMENSION(1), TARGET :: argv=C_NULL_PTR
CHARACTER(C_CHAR), DIMENSION(1), TARGET :: empty_string=C_NULL_CHAR
argv(1)=C_LOC(empty_string)
END SUBROUTINE
end module c_loc_tests_7
! { dg-final { cleanup-modules "c_loc_tests_7" } }
Go to most recent revision | Compare with Previous | Blame | View Log