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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [pr21829.c] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-phicprop-details" } */
3
 
4
int test(int v)
5
{
6
  int x = 0;
7
  int u;
8
  for (u=0;u<2;u++)
9
  {
10
    if (u>v)
11
    {
12
      if (u%2==1)
13
        x++;
14
    }
15
  }
16
  return x;
17
}
18
 
19
/* { dg-final { scan-tree-dump-times "Original statement:.*% 2\[ \t\n]*Updated statement.*=1" 0 "phicprop3" } } */
20
/* { dg-final { cleanup-tree-dump "phicprop3" } } */
21
 

powered by: WebSVN 2.1.0

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