URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr36154.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
struct eth_test_pkt { unsigned short len; unsigned short ctr; unsigned char packet[]; } __attribute__ ((packed)); struct eth_test_pkt pkt_unaligned = { .packet = { 0xFC } }; int cmd_unaligned(const void *p) { return memcmp(p, pkt_unaligned.packet, 1); }
Go to most recent revision | Compare with Previous | Blame | View Log