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/] [20041210-1.c] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* The FR-V port used to fail this test because the andcc patterns
/* The FR-V port used to fail this test because the andcc patterns
   wrongly claimed to set the C and V flags.  */
   wrongly claimed to set the C and V flags.  */
#include <limits.h>
#include <limits.h>
 
 
int x[4] = { INT_MIN / 2, INT_MAX, 2, 4 };
int x[4] = { INT_MIN / 2, INT_MAX, 2, 4 };
 
 
int
int
main ()
main ()
{
{
  if (x[0] < x[1])
  if (x[0] < x[1])
    if ((x[2] & x[3]) < 0)
    if ((x[2] & x[3]) < 0)
      abort ();
      abort ();
  exit (0);
  exit (0);
}
}
 
 

powered by: WebSVN 2.1.0

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