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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20070121.c] - Blame information for rev 749

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

Line No. Rev Author Line
1 688 jeremybenn
/* PR rtl-optimization/29329 */
2
/* Origin: Debian GCC Maintainers <debian-gcc@lists.debian.org> */
3
/* Testcase by: Andrew Pinski <pinskia@gmail.com> */
4
 
5
struct node234_Tag
6
{
7
  int t1;
8
  int kids[4];
9
  void *elems[3];
10
};
11
 
12
void *add234_internal(struct node234_Tag *n, int ei)
13
{
14
  int j;
15
  for (j = ei; j < 2 && n->elems[j+1];)
16
    j++;
17
  n->kids[j+1] = 0;
18
}

powered by: WebSVN 2.1.0

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