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.c-torture/] [execute/] [pr23604.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
extern void abort (void);
2
 
3
int g(int i, int j)
4
{
5
  if (i>-1)
6
    if (i<2)
7
     {
8
        if (i != j)
9
          {
10
            if (j != 0)
11
                return 0;
12
          }
13
     }
14
  return 1;
15
}
16
 
17
int main(void)
18
{
19
  if (!g(1, 0))
20
   abort ();
21
  return 0;
22
}

powered by: WebSVN 2.1.0

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