URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr28712.c] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/28712 */ /* { dg-do compile } */ /* { dg-options "--combine" } */ /* { dg-additional-sources "pr28712.c pr28712.c" } */ struct A; extern struct A *a; struct A { } __attribute__((packed)); struct B __attribute__((aligned (sizeof (int)))); extern struct B *b; struct B { int i; } __attribute__((packed));
Go to most recent revision | Compare with Previous | Blame | View Log