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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20100720-3_0.c] - Blame information for rev 774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-lto-do run } */
2
 
3
struct X {
4
  int a;
5
};
6
 
7
struct link {
8
  struct list_node *next;
9
};
10
 
11
struct list_node {
12
  struct link lnk;
13
  struct X *value;
14
};
15
 
16
void f(struct list_node *lst)
17
{
18
  lst->lnk.next = 0;
19
}
20
 
21
int main(void)
22
{
23
  return 0;
24
}

powered by: WebSVN 2.1.0

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