mirror of git://gcc.gnu.org/git/gcc.git
parent
29bf433b85
commit
d4ecc3778c
|
|
@ -308,6 +308,6 @@
|
||||||
complex expect, got
|
complex expect, got
|
||||||
|
|
||||||
if (aimag(expect) .ne. aimag(got)) call abort
|
if (aimag(expect) .ne. aimag(got)) call abort
|
||||||
if (real(expect) .ne. real(expect)) call abort
|
if (real(expect) .ne. real(got)) call abort
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -308,6 +308,6 @@
|
||||||
double complex expect, got
|
double complex expect, got
|
||||||
|
|
||||||
if (dimag(expect) .ne. dimag(got)) call abort
|
if (dimag(expect) .ne. dimag(got)) call abort
|
||||||
if (dble(expect) .ne. dble(expect)) call abort
|
if (dble(expect) .ne. dble(got)) call abort
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue