repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr98330.C
blob
08bf77b5c4b94f08f3294fc198f55568395f8856
1
// { dg-do compile }
2
// { dg-options -O2 }
3
4
float f (float x)
5
{
6
return __builtin_pow[1] (x, 2); // { dg-warning "pointer to a function used in arithmetic" }
7
}