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
/
pr106719.c
blob
772bd4a2d3e8824f168415c6421621f316af149f
1
/* PR debug/106719 */
2
/* { dg-do compile { target sync_char_short } } */
3
/* { dg-options "-O2 -fcompare-debug" } */
4
5
extern
short int
esi
,
easi
[
2
];
6
7
void
8
foo
(
void
)
9
{
10
short int
*
psi
= &
easi
[
1
];
11
__atomic_nand_fetch
(
psi
,
esi
,
0
);
12
psi
= &
easi
[
1
];
13
}