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
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
init-bad-4.c
blob
c8c11845c5c2853f0e0629b1665b00c530f3a375
1
/* PR c/25875 */
2
/* Origin: Richard Guenther <rguenth@gcc.gnu.org> */
3
/* { dg-do compile } */
4
5
struct
A
{ }
a
= (
struct
A
) {{ (
X
)
0
}};
/* { dg-error "no members|extra brace|near|undeclared|constant|compound|excess" } */