URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [alpha/] [pr22093.c] - Rev 312
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2" } */ struct shared_ptr_struct { unsigned long phase : 48; unsigned thread : 16; void *addr; } x; void foo (void) { x.thread = 2; }
Go to most recent revision | Compare with Previous | Blame | View Log