OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [zero-strct-5.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* Check that the inliner does not crash for this testcase.
2
   gimple_expr can change the expr to NULL meaning that we
3
   should not add any statement. */
4
struct f {};
5
struct g1 {struct f l;};
6
 
7
static inline void g(struct f a, int i){}
8
 
9
void h(void)
10
{
11
  struct g1 t;
12
  g(t.l , 1);
13
}
14
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.