URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr45732.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ typedef char chars[5]; const chars bad_chars[] = { "" }; int foo () { const chars *c = bad_chars; return c[0][0]; }
Go to most recent revision | Compare with Previous | Blame | View Log