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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr61553.c
blob
8a3b699ee703a2461296f789d575db0f419c31c7
1
/* PR c/61553 */
2
/* { dg-do compile } */
3
4
void
5
foo
(
char
*
s
)
6
{
7
__atomic_store
(
s
, (
void
*)
0
,
__ATOMIC_SEQ_CST
);
/* { dg-error "size mismatch" } */
8
}