blob: 08bf77b5c4b94f08f3294fc198f55568395f8856 [file] [log] [blame]
// { dg-do compile }
// { dg-options -O2 }
float f (float x)
{
return __builtin_pow[1] (x, 2); // { dg-warning "pointer to a function used in arithmetic" }
}