URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr35445.c] - Rev 713
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/35445 */ /* { dg-do "compile" } */ extern int i; extern int i; /* { dg-message "was here" } */ int i[] = { 0 }; /* { dg-error "conflicting types" } */
Go to most recent revision | Compare with Previous | Blame | View Log