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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr48975.c] - Blame information for rev 716

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

Line No. Rev Author Line
1 689 jeremybenn
/* PR tree-optimization/48975 */
2
/* { dg-do compile } */
3
/* { dg-options "-O3 -ffast-math -fno-tree-slp-vectorize" } */
4
 
5
static int
6
foo (int x)
7
{
8
  return (x > 0) ? 0 : x + 1;
9
}
10
 
11
void
12
bar (unsigned int x)
13
{
14
  int l = 1;
15
lab:
16
  while (x)
17
    x = foo (x);
18
}

powered by: WebSVN 2.1.0

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