repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PR target/115123] Fix testsuite fallout from sinking heuristic change
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr90648.c
blob
5a9922d5f87b6ad64bcd25da4f1409105e436855
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu17 -O" } */
3
4
extern
double
copysign
();
5
double
foo
(
double
x
)
6
{
7
return
x
*
copysign
();
/* { dg-warning "too few arguments" } */
8
}