* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gfortran.dg / complex_intrinsic_1.f90
blob3c299151e9e02e07c0e1d977ddc0678aa5bbedaa
1 ! Testcase for the COMPLEX intrinsic
2 ! { dg-do run }
3 if (complex(1_1, -1_2) /= complex(1.0_4, -1.0_8)) call abort
4 if (complex(1_4, -1.0) /= complex(1.0_4, -1_8)) call abort
5 end