URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [compound-literal-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* ICE incrementing compound literal: bug 28418 from Volker Reichelt <reichelt@gcc.gnu.org>. */ struct A { int i; }; void foo() { ((struct A) { 0 }).i += 1; }
Go to most recent revision | Compare with Previous | Blame | View Log