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.c-torture/] [execute/] [20011126-1.c] - Rev 297

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

/* Produced a overflow in ifcvt.c, causing S to contain 0xffffffff7fffffff.  */
 
int a = 1;
 
int main ()
{
  long long s;
 
  s = a;
  if (s < 0)
    s = -2147483648LL;
  else
    s = 2147483647LL;
 
  if (s < 0)
    abort ();
 
  return 0;
}
 

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.