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/] [gcc.c-torture/] [execute/] [pr38969.c] - Rev 338

Compare with Previous | Blame | View Log

__complex__ float
__attribute__ ((noinline)) foo (__complex__ float x)
{
  return x;
}
 
__complex__ float
__attribute__ ((noinline)) bar (__complex__ float x)
{
  return foo (x);
}
 
int main()
{
  __complex__ float a, b;
  __real__ a = 9;
  __imag__ a = 42;
 
  b = bar (a);
 
  if (a != b)
    abort ();
 
  return 0;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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