URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr50565-2.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
struct s { char p[2]; }; static struct s v; const int o0 = (int) ((void *) &v.p[0] - (void *) &v) + 0; const int o1 = (int) ((void *) &v.p[0] - (void *) &v) + 1;
Go to most recent revision | Compare with Previous | Blame | View Log