1 /* { dg-do compile } */
7 extern unsigned char fftorder
[];
8 float *a52_imdct_256_data
;
9 int a52_imdct_256_i
, a52_imdct_256_k
;
10 float a52_imdct_256_b_r
;
15 for (; a52_imdct_256_i
< 64; a52_imdct_256_i
++) {
16 a52_imdct_256_k
= fftorder
[a52_imdct_256_i
];
17 buf1
[a52_imdct_256_i
].real
= buf1
[a52_imdct_256_i
].imag
=
18 a52_imdct_256_data
[a52_imdct_256_k
];
20 a52_imdct_256_b_r
= buf1
[0].real
* buf1
[0].imag
;