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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20020328-1.c] - Blame information for rev 715

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

Line No. Rev Author Line
1 688 jeremybenn
int b = 0;
2
 
3
func () { }
4
 
5
void
6
testit(int x)
7
{
8
  if (x != 20)
9
    abort ();
10
}
11
 
12
int
13
main()
14
 
15
{
16
  int a = 0;
17
 
18
  if (b)
19
    func();
20
 
21
  /* simplify_and_const_int would incorrectly omit the mask in
22
     the line below.  */
23
  testit ((a + 23) & 0xfffffffc);
24
  exit (0);
25
}

powered by: WebSVN 2.1.0

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