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/] [pr38934.c] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 338
/* PR middle-end/38934 */
/* PR middle-end/38934 */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -std=gnu99 -w" } */
/* { dg-options "-O2 -std=gnu99 -w" } */
 
 
/* This variable needed only to work around earlier optimizations than VRP.  */
/* This variable needed only to work around earlier optimizations than VRP.  */
unsigned char g;
unsigned char g;
 
 
extern void abort ();
extern void abort ();
 
 
void
void
f (long long int p)
f (long long int p)
{
{
  g = 255;
  g = 255;
  if (p >= -9223372036854775808LL - (signed char) g)
  if (p >= -9223372036854775808LL - (signed char) g)
    p = 1;
    p = 1;
 
 
  if (p)
  if (p)
    abort ();
    abort ();
}
}
 
 

powered by: WebSVN 2.1.0

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