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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr89525.c
blob
099e174875cc626e71cb8560eb874a0107a91fc4
1
/* PR c/89525 */
2
/* { dg-do compile } */
3
/* { dg-options "-w" } */
4
5
double
sqrt
();
/* { dg-bogus "declared here" } */
6
7
void
8
foo
(
void
)
9
{
10
sqrt
();
11
}