URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [init-bad-5.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/28136 */ /* { dg-do compile } */ /* { dg-options "" } */ int i = (struct A[]) {}; /* { dg-error "incomplete|empty|initialization" } */
Go to most recent revision | Compare with Previous | Blame | View Log