URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr27898.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/27898 */ /* { dg-do compile } */ /* { dg-options "--combine" } */ /* { dg-additional-sources "pr27898.c" } */ union u { struct { int i; }; }; extern int foo (union u *);
Go to most recent revision | Compare with Previous | Blame | View Log