fortran/trans-openmp.cc: Use the correct member in gfc_omp_namelist [PR118745]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr115753-1.c
blob2c1b6e5df632112a626564cbd4b561e695b86e47
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -frounding-math" } */
3 /* { dg-add-options float16 } */
4 /* { dg-require-effective-target float16 } */
6 void f(_Complex _Float16*);
7 void
8 foo1 (_Complex _Float16 *d)
10 _Complex _Float16 cf = 3967 + 3791 * 1i;
11 f(&cf);