URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr43084.c] - Rev 713
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR debug/43084 */ /* { dg-do compile } */ /* { dg-options "-O1 -fipa-struct-reorg -fwhole-program -fcompare-debug" } */ struct S { int a; }; int main () { struct S s; struct S *p = &s; return p->a; }
Go to most recent revision | Compare with Previous | Blame | View Log