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
/
pr108449.c
blob
4a3ae5b3ed406380ed6e95be2bd8369c0c907dec
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
static int
vfork
();
/* { dg-warning "used but never defined" } */
5
void
f
() {
vfork
(); }