URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr28706.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/28706 */ /* { dg-do compile } */ /* { dg-options "--combine" } */ /* { dg-additional-sources "pr28706.c" } */ struct A { int i; } __attribute__((aligned (sizeof (long int)))); extern void foo (struct A *); extern void foo (struct A *);
Go to most recent revision | Compare with Previous | Blame | View Log