URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr43165.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR debug/43165 */ /* { dg-options "-g" } */ /* { dg-require-effective-target int32plus } */ 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++) ; }
Go to most recent revision | Compare with Previous | Blame | View Log