OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr24055.c] - Blame information for rev 318

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 318 jeremybenn
/* PR target/24055 */
2
/* Testcase reduced by Serge Belyshev */
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -ffast-math" } */
5
 
6
extern double rint(double);
7
 
8
void foo_1 (int *p, double x)
9
{
10
  *p = rint (x);
11
}
12
 
13
void foo_2 (long long *p, double x)
14
{
15
  *p = rint (x);
16
}
17
 
18
int foo_3 (double x)
19
{
20
  return rint (x);
21
}
22
 
23
long long foo_4 (double x)
24
{
25
  return rint (x);
26
}

powered by: WebSVN 2.1.0

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