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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr60689.c
blob
9475bd835c6f579bb1502e95287587ec260f7fda
1
/* PR c++/60689 */
2
/* { dg-do compile } */
3
4
struct
S
{
char
x
[
9
]; };
5
6
void
7
foo
(
struct
S
*
x
,
struct
S
*
y
,
struct
S
*
z
)
8
{
9
__atomic_exchange
(
x
,
y
,
z
,
__ATOMIC_SEQ_CST
);
10
}