OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [zero-strct-5.c] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
/* Check that the inliner does not crash for this testcase.
/* Check that the inliner does not crash for this testcase.
   gimple_expr can change the expr to NULL meaning that we
   gimple_expr can change the expr to NULL meaning that we
   should not add any statement. */
   should not add any statement. */
struct f {};
struct f {};
struct g1 {struct f l;};
struct g1 {struct f l;};
 
 
static inline void g(struct f a, int i){}
static inline void g(struct f a, int i){}
 
 
void h(void)
void h(void)
{
{
  struct g1 t;
  struct g1 t;
  g(t.l , 1);
  g(t.l , 1);
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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