URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr49120.c] - Rev 750
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/49120 */ /* { dg-do compile } */ /* { dg-options "-Wall" } */ int main () { int a = 1; int c = ({ char b[a + 1]; b[0] = 0; b[0]; }); return c; }
Go to most recent revision | Compare with Previous | Blame | View Log