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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [c-c++-common/] [dfp/] [convert-bfp-12.c] - Blame information for rev 725

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

Line No. Rev Author Line
1 686 jeremybenn
/* Test for bug where fold wrongly removed conversions to double and
2
   replaced them by conversions to float.  */
3
 
4
#include "dfp-dbg.h"
5
 
6
volatile float f = __builtin_inff ();
7
volatile _Decimal32 d32 = 1e40DF;
8
 
9
int
10
main (void)
11
{
12
  if ((double) f == (double) d32)
13
    FAILURE
14
 
15
  FINISH
16
}

powered by: WebSVN 2.1.0

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