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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [complex-2.c] - Blame information for rev 715

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

Line No. Rev Author Line
1 688 jeremybenn
/* PR 22103 */
2
 
3
_Complex float f(void);
4
void *a;
5
 
6
_Complex float g(void)
7
{
8
  _Complex float x = f();
9
  __imag__ x = 1.0;
10
  if (__imag__ x != 1.0)
11
    {
12
      a = &x;
13
    }
14
  return x;
15
}
16
 

powered by: WebSVN 2.1.0

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