C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / g++.dg / pr98330.C
blob08bf77b5c4b94f08f3294fc198f55568395f8856
1 // { dg-do compile }
2 // { dg-options -O2 }
4 float f (float x)
6   return __builtin_pow[1] (x, 2); // { dg-warning "pointer to a function used in arithmetic" }