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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr29446.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
 
3
void f(_Bool D917, int j0, int ubound1, int ubound5)
4
{
5
  int i, j = j0;
6
  int (*abc)[3];
7
  i = 1;
8
  while (1)
9
    {
10
       if (j <= 3)
11
         while (1)
12
           {
13
              if (i != j)
14
                {
15
                  if (ubound1 <= 0)
16
                    return;
17
                  (*abc)[1] = 0;
18
                }
19
               else
20
                 {
21
                    if (j > ubound1)
22
                      return;
23
                    if (ubound5 <= 0)
24
                      return;
25
                  }
26
               j = j + 1;
27
               if (D917)
28
                 break;
29
           }
30
    i = i + 1;
31
  }
32
}

powered by: WebSVN 2.1.0

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