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.c-torture/] [compile/] [20060823-1.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/28683 */ extern void foo (int *); struct A { int f; }; struct A * test (struct A *r) { int *f = &r->f; static int i = 0; if (!i && !((void *) f == (void *) r)) foo (&i); return r; }
Go to most recent revision | Compare with Previous | Blame | View Log