URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [strct-pack-2.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct { short a __attribute__ ((aligned (2),packed)); short *ap[2] __attribute__ ((aligned (2),packed)); } A; main () { short i, j = 1; A a, *ap = &a; ap->ap[j] = &i; exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log