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/] [tree-ssa/] [20041002-1.c] - Rev 298

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

/* PR tree-optimization/16632
   fold() failed to see the following "if" statements never trigger.  */
 
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-ssa" } */
 
int
foo (int i)
{
  if ((i | 3) == 1)
    return 1;
  return 0;
}
 
int
bar (int i)
{
  if ((i & 4) == 2)
    return 1;
  return 0;
}
 
/* { dg-final { scan-tree-dump-times "if" 0 "ssa" } } */
/* { dg-final { cleanup-tree-dump "ssa" } } */
 

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

powered by: WebSVN 2.1.0

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