OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr51867.c] - Rev 690

Go to most recent revision | Compare with Previous | Blame | View Log

/* { dg-do compile } */
/* { dg-options "-O0 -fno-math-errno -fdump-rtl-expand" } */
 
extern float sqrtf(float);
 
float a(float x)
{
    return sqrtf(x);
}
float b(float x)
{
    return sqrtf(x);
}
/* Here the calls to sqrtf should be expanded into CALL_INSNs, rather than
   fpu sqrtf rtl patterns.  */
/* { dg-final { scan-rtl-dump-times "call_insn" 2 "expand" } } */
/* { dg-final { cleanup-rtl-dump "expand" } } */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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