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.dg/] [torture/] [builtin-pow-mpfr-1.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Version 2.2.0 of MPFR had bugs in pow underflow/overflow.  This
2
   test checks to see if that buggy version was installed.  The
3
   problem is NOT fixed with the version 2.2.0 "cumulative patch".
4
   However it is fixed in version 2.2.1 and presumably later MPFR
5
   versions.
6
 
7
   Origin: Kaveh R. Ghazi 12/17/2006.  */
8
 
9
/* { dg-do compile } */
10
/* { dg-options "-fdump-tree-original" } */
11
 
12
extern double testit()
13
{
14
  /* This underflows and therefore gcc should not fold it.  */
15
  return __builtin_pow (0.11, 1.0e38);
16
}
17
 
18
/* { dg-final { scan-tree-dump "pow" "original" } } */
19
/* { dg-final { cleanup-tree-dump "original" } } */

powered by: WebSVN 2.1.0

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