Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr98330.C
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" }
}