URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [init-bad-4.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/25875 */ /* Origin: Richard Guenther <rguenth@gcc.gnu.org> */ /* { dg-do compile } */ struct A { } a = (struct A) {{ (X)0 }}; /* { dg-error "no members|extra brace|near|undeclared|constant|compound|excess" } */
Go to most recent revision | Compare with Previous | Blame | View Log