URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [complex_intrinsic_1.f90] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
! Testcase for the COMPLEX intrinsic
! { dg-do run }
if (complex(1_1, -1_2) /= complex(1.0_4, -1.0_8)) call abort
if (complex(1_4, -1.0) /= complex(1.0_4, -1_8)) call abort
end
Go to most recent revision | Compare with Previous | Blame | View Log