1 /* { dg-do compile } */
2 /* { dg-options "-fno-tree-dce -fno-tree-forwprop -Os -ffloat-store" } */
4 extern long double cabsl (_Complex
long double);
8 _Complex
long double *vqd
;
12 void foo(int next_job
, int ain_num
, int iped
, long t
) {
20 int indx
= vsorc
.nvqd
-1;
21 vsorc
.vqd
[indx
] = t
*1.0fj
;
22 if (cabsl(vsorc
.vqd
[indx
]) < 1.e
-20)
23 vsorc
.vqd
[indx
] = 0.0fj
;