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

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

Rev 298 Rev 338
/* { dg-do run { target fpic } } */
/* { dg-do run { target fpic } } */
/* { dg-options "-O2 -fpic" } */
/* { dg-options "-O2 -fpic" } */
 
 
extern void abort (void);
extern void abort (void);
extern void exit (int);
extern void exit (int);
 
 
#if __INT_MAX__ >= 2147483647L
#if __INT_MAX__ >= 2147483647L
static const long foo [10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
static const long foo [10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
 
 
long __attribute__((noinline))
long __attribute__((noinline))
bar (int x)
bar (int x)
{
{
  return foo [x - 0x6ffffffa];
  return foo [x - 0x6ffffffa];
}
}
 
 
int
int
main (void)
main (void)
{
{
  if (bar (0x6ffffffc) != 2)
  if (bar (0x6ffffffc) != 2)
    abort ();
    abort ();
  exit (0);
  exit (0);
}
}
#else
#else
int
int
main (void)
main (void)
{
{
  exit (0);
  exit (0);
}
}
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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