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.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr33693.c] - Rev 300
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* This used to ICE with type-checking enabled. */ unsigned long modify_field (unsigned long mask, long fieldval) { return (~fieldval & ~mask); }
Go to most recent revision | Compare with Previous | Blame | View Log