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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
/* PR tree-optimization/46107 */
2
 
3
int foo (void) __attribute__ ((noreturn));
4
 
5
void
6
bar (int x, int *y, int z)
7
{
8
  static void *j[] = { &&l1, &&l2 };
9
l1:
10
  if (*y)
11
    goto *j[z];
12
  foo ();
13
l2:
14
  *y ^= (x & 1) ? -1 : 0;
15
  goto *j[x];
16
}

powered by: WebSVN 2.1.0

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