URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [decl-3.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/9928 */ /* { dg-do compile } */ enum { CODES }; /* { dg-message "note: previous definition" } */ enum { CODES }; /* { dg-error "conflicting types|redeclaration of enumerator" } */
Go to most recent revision | Compare with Previous | Blame | View Log