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.dg/] [torture/] [pr43165.c] - Rev 298
Compare with Previous | Blame | View Log
/* PR debug/43165 */ /* { dg-options "-g" } */ struct __attribute__((packed)) S { unsigned char a; unsigned short b; unsigned short c; unsigned d : 24; }; void foo (struct S p) { for (; p.c; p.c++) ; }