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/] [pr43869.c] - Rev 779

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

/* { dg-do run } */
/* { dg-require-effective-target lp64 } */
 
int __attribute__((__noinline__))
bugged(float f1, float f2, float f3, float f4,
       float f5, float f6, float f7, float f8)
{
    return f1 || f2 || f3 || f4 || f5 != 1. || f6 != 1. || f7 != 1. || f8 != 1.;
}
 
int __attribute__((__noinline__, __ms_abi__)) isbugged(void)
{
    return bugged(0, 0, 0, 0, 1., 1., 1., 1.);
}
 
int main()
{
    return isbugged();
}
 
 

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.