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

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

Rev 318 Rev 338
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O -march=core2 -mfpmath=sse,387 -ffast-math" } */
/* { dg-options "-O -march=core2 -mfpmath=sse,387 -ffast-math" } */
 
 
extern double log (double x);
extern double log (double x);
extern int f (void);
extern int f (void);
 
 
double cached_value;
double cached_value;
 
 
void g (void)
void g (void)
{
{
  cached_value = log (f ());
  cached_value = log (f ());
}
}
 
 

powered by: WebSVN 2.1.0

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