OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc3/] [gcc/] [testsuite/] [gfortran.dg/] [cmplx_intrinsic_1.f90] - Rev 855

Go to most recent revision | Compare with Previous | Blame | View Log

! { dg-do compile }

CONTAINS
SUBROUTINE send_forward ()

    INTEGER, DIMENSION(3)                    :: lz, ub, uz
    REAL, ALLOCATABLE, DIMENSION(:, :, :)    :: buffer
    COMPLEX, DIMENSION ( :, :, : ), POINTER  :: cc3d

    cc3d ( lz(1):uz(1), lz(2):uz(2), lz(3):uz(3) ) = &
           CMPLX ( buffer ( lz(1):uz(1), lz(2):uz(2), lz(3):uz(3) ), &
                   KIND = SELECTED_REAL_KIND ( 14, 200 ) )
   
END SUBROUTINE send_forward
END

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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