URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [lto/] [pr41069_1.f90] - Rev 713
Go to most recent revision | Compare with Previous | Blame | View Log
SUBROUTINE S(zin)
COMPLEX(8), DIMENSION(3,3,3) :: zin
INTEGER :: m,n
CALL mltfftsg ( zin, m, n )
END SUBROUTINE
COMPLEX(8), DIMENSION(3,3,3) :: zin
CALL s(zin)
END
Go to most recent revision | Compare with Previous | Blame | View Log