URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [init-bad-4.c] - Rev 12
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" } */