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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [fold-compare-5.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-original" } */
3
 
4
int test1 (int a)
5
{
6
  return 2 - a == a;
7
}
8
int test2 (int a)
9
{
10
  return 1 - a == a;
11
}
12
int test3 (int a)
13
{
14
  return 1 - a != a;
15
}
16
 
17
/* { dg-final { scan-tree-dump-times "return 2 - a == a" 1 "original" } } */
18
/* { dg-final { scan-tree-dump-times "return 0" 1 "original" } } */
19
/* { dg-final { scan-tree-dump-times "return 1" 1 "original" } } */
20
/* { dg-final { cleanup-tree-dump "original" } } */

powered by: WebSVN 2.1.0

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