libgomp.texi: Fix deprecation note for omp_{get,set}_nested + OMP_NESTED
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr35227.c
blob37c2d107292ce2452ad3eb4d2d58d5c6126f13f9
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } */
4 int
5 mandel(double _Complex C)
7 int py;
8 C = (__extension__ 1.0iF) * (double)py;
9 return cabs(C); /* { dg-warning "incompatible" } */