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.target/] [i386/] [387-10.c] - Diff between revs 318 and 338

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

Rev 318 Rev 338
/* PR tree-optimization/24964 */
/* PR tree-optimization/24964 */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -mfpmath=387" } */
/* { dg-options "-O2 -mfpmath=387" } */
 
 
double fabs(double x);
double fabs(double x);
 
 
double test1(double x)
double test1(double x)
{
{
  double t = fabs(x);
  double t = fabs(x);
  return t*t;
  return t*t;
}
}
 
 
double test2(double x)
double test2(double x)
{
{
  double t = -x;
  double t = -x;
  return t*t;
  return t*t;
}
}
 
 
/* { dg-final { scan-assembler-not "fchs" } } */
/* { dg-final { scan-assembler-not "fchs" } } */
/* { dg-final { scan-assembler-not "fabs" } } */
/* { dg-final { scan-assembler-not "fabs" } } */
 
 

powered by: WebSVN 2.1.0

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