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/] [zero-strct-5.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check that the inliner does not crash for this testcase. gimple_expr can change the expr to NULL meaning that we should not add any statement. */ struct f {}; struct g1 {struct f l;}; static inline void g(struct f a, int i){} void h(void) { struct g1 t; g(t.l , 1); }
Go to most recent revision | Compare with Previous | Blame | View Log