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
/
pr100414.c
blob
7876f6b56e9b321ca057ca81b4147e1d09d4b914
1
/* { dg-do compile } */
2
/* { dg-options "-O -fno-tree-dce -fno-tree-dse -fchecking" } */
3
4
int
i
;
5
void
6
foo
(
void
)
7
{
8
i
&=
i
&&
__builtin_bswap16
(
i
);
9
}