URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [c_loc_tests_7.f03] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }module c_loc_tests_7use iso_c_bindingcontainsSUBROUTINE glutInit_f03()TYPE(C_PTR), DIMENSION(1), TARGET :: argv=C_NULL_PTRCHARACTER(C_CHAR), DIMENSION(1), TARGET :: empty_string=C_NULL_CHARargv(1)=C_LOC(empty_string)END SUBROUTINEend module c_loc_tests_7! { dg-final { cleanup-modules "c_loc_tests_7" } }
