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
/
dump-pass.c
blob
bcdf99ae0286c169d498d109d79e07ec5810e023
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-passes" } */
3
4
unsigned
res
;
5
6
void
7
foo
(
unsigned
code
,
int
len
)
8
{
9
int
i
;
10
for
(
i
=
0
;
i
<
len
;
i
++)
11
res
|=
code
&
1
;
12
}
13
14
/* { dg-prune-output ".*" } */