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

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

Rev 298 Rev 338
/* { dg-do run } */
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-options "-O2" } */
/* { dg-options "-mminimal-toc" { target { { powerpc*-*-* && lp64 } || { powerpc-ibm-aix* } } } } */
/* { dg-options "-mminimal-toc" { target { { powerpc*-*-* && lp64 } || { powerpc-ibm-aix* } } } } */
 
 
extern void abort (void);
extern void abort (void);
extern void exit (int);
extern void exit (int);
 
 
double __attribute__((noinline))
double __attribute__((noinline))
foo (void)
foo (void)
{
{
  return 16441577472.0;
  return 16441577472.0;
}
}
 
 
double __attribute__((noinline))
double __attribute__((noinline))
bar (double x)
bar (double x)
{
{
  return x;
  return x;
}
}
 
 
int __attribute__((noinline))
int __attribute__((noinline))
test (void)
test (void)
{
{
  double x = foo ();
  double x = foo ();
  x = bar (x);
  x = bar (x);
  x /= 1024L * 1024L * 1024L;
  x /= 1024L * 1024L * 1024L;
  x *= 70;
  x *= 70;
  x = x < 70 ? x : 70;
  x = x < 70 ? x : 70;
  x += 30;
  x += 30;
  return x;
  return x;
}
}
 
 
int main (void)
int main (void)
{
{
  if (test () != 100)
  if (test () != 100)
    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.