OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [c_loc_tests_6.f03] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! Verifies that the c_loc scalar pointer tests recognize the string of length
3
! one as being allowable for the parameter to c_loc.
4
module x
5
use iso_c_binding
6
contains
7
SUBROUTINE glutInit_f03()
8
  TYPE(C_PTR), DIMENSION(1), TARGET :: argv=C_NULL_PTR
9
  CHARACTER(C_CHAR), DIMENSION(10), TARGET :: empty_string=C_NULL_CHAR
10
  argv(1)=C_LOC(empty_string)
11
END SUBROUTINE
12
end module x
13
! { dg-final { cleanup-modules "x" } }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.