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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr43869.c] - Blame information for rev 691

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 691 jeremybenn
/* { dg-do compile { target lp64 } } */
2
 
3
int __attribute__((__noinline__))
4
bugged(float f1, float f2, float f3, float f4,
5
       float f5, float f6, float f7, float f8)
6
{
7
    return f1 || f2 || f3 || f4 || f5 != 1. || f6 != 1. || f7 != 1. || f8 != 1.;
8
}
9
 
10
int __attribute__((__noinline__, __ms_abi__)) isbugged(void)
11
{
12
    return bugged(0, 0, 0, 0, 1., 1., 1., 1.);
13
}
14
 
15
int main()
16
{
17
    return isbugged();
18
}
19
 

powered by: WebSVN 2.1.0

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