URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr52375.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/52375 */ struct C { int c, d; }; unsigned foo (struct C *p) { unsigned int b = 0, i; for (i = 0; i < 64; i++) b |= 0x80000000U >> p[i].c; return b; }
Go to most recent revision | Compare with Previous | Blame | View Log