URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [bcopy-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/31095, expand_builtin_memmove_args forgot to take into account that tree folding of builtins can add an extra NOP_EXPR. */ struct timeval { int tv_sec; int tv_usec; }; void capture_next_packet (void) { struct timeval past, now, then; __builtin_bcopy (&then, &past, sizeof (then)); }
Go to most recent revision | Compare with Previous | Blame | View Log