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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
init-bad-5.c
blob
18cee43b5374e639a4ce0d12b4f00044137a0347
1
/* PR c/28136 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
int
i
= (
struct
A
[]) {};
/* { dg-error "incomplete|empty|initialization" } */