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/] [g++.dg/] [compat/] [decimal/] [return-5_x.C] - Diff between revs 301 and 338

Only display areas with differences | Details | Blame | View Log

Rev 301 Rev 338
typedef float dec32 __attribute__((mode(SD)));
typedef float dec32 __attribute__((mode(SD)));
typedef float dec64 __attribute__((mode(DD)));
typedef float dec64 __attribute__((mode(DD)));
typedef float dec128 __attribute__((mode(TD)));
typedef float dec128 __attribute__((mode(TD)));
#include "return_x.h"
#include "return_x.h"
void
void
return_5_x (void)
return_5_x (void)
{
{
DEBUG_INIT
DEBUG_INIT
#define T(NAME) testit##NAME ();
#define T(NAME) testit##NAME ();
T(d32)
T(d32)
T(d64)
T(d64)
T(d128)
T(d128)
DEBUG_FINI
DEBUG_FINI
if (fails != 0)
if (fails != 0)
  abort ();
  abort ();
#undef T
#undef T
}
}
 
 

powered by: WebSVN 2.1.0

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