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
/
sancov
/
pr80444.c
blob
362085d0178ad38a5dab9efbf7f171622dfcb0da
1
/* PR sanitizer/80444 */
2
/* { dg-do compile } */
3
/* { dg-options "-fsanitize-coverage=trace-pc -fcompare-debug" } */
4
5
void
6
foo
(
void
)
7
{
8
int
a
=
0
;
9
}