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
/
pr97721.c
blob
c2a2848ba13fd232f99f7ab3245d47f5a83f643d
1
// { dg-do compile }
2
// { dg-options "-O -fno-tree-dominator-opts" }
3
4
int
ot
;
5
6
void
7
z6
(
char
*
tw
)
8
{
9
while
(
ot
>=
0
)
10
--
ot
;
11
12
__builtin_strcpy
(&
tw
[
ot
],
tw
);
13
}