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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [vrp-3.c] - Blame information for rev 315

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

Line No. Rev Author Line
1 297 jeremybenn
extern void abort ();
2
extern void exit (int);
3
 
4
int f (int a) {
5
        if (a < 12) {
6
          if (a > -15) {
7
                a = a > 0 ? a : -a;
8
                if (a == 2)
9
                  return 0;
10
                return 1;
11
          }
12
        }
13
        return 1;
14
}
15
 
16
int main (int argc, char *argv[]) {
17
        if (f (-2))
18
                abort ();
19
        exit (0);
20
}
21
 

powered by: WebSVN 2.1.0

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