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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [buns.c] - Rev 12

Compare with Previous | Blame | View Log

foo (a)
{
  int bar = 0;
 
  return (unsigned) (a - 1) <= (unsigned) bar;
}
 
main ()
{
  if (foo (-1))
    puts ("The largest possible unsigned <= 0 on this machine...");
}
 

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.