URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr22311-1.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* Bug 22311: ICE with -fshort-enums on shortened operations. */ /* { dg-do compile } */ /* { dg-options "-fshort-enums" } */ typedef enum { A = 1 } E; void f(E e, unsigned char c) { c |= e; }
Go to most recent revision | Compare with Previous | Blame | View Log