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 several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
pr99906.c
blob
bb399a3e2ffab20d2101bcab5f553003fa3da32a
1
void
bar
(
void
*)
__attribute__
((
__nonnull__
));
2
void
*
baz
(
void
);
3
void
foo
(
void
) {
bar
(
baz
()); }