URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr33648.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR rtl-optimization/33648 */ /* { dg-do compile } */ /* { dg-require-effective-target freorder } */ /* { dg-options "-O2 -fmodulo-sched -freorder-blocks-and-partition" } */ unsigned res; void foo (unsigned code, int len) { int i; for (i = 0; i < len; i++) res |= code & 1; }
Go to most recent revision | Compare with Previous | Blame | View Log