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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr33855.c] - Blame information for rev 688

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
2
/* Used to segfault due to cselim not marking the complex temp var
3
   as GIMPLE reg.  */
4
 
5
typedef struct {
6
  int nsant, nvqd;
7
  _Complex long double *vqd;
8
} vsorc_t;
9
vsorc_t vsorc;
10
 
11
void foo(int next_job, int ain_num, int iped, long t) {
12
  long double zpnorm;
13
 
14
  while (!next_job)
15
    if (ain_num)
16
    {
17
      if (iped == 1)
18
        zpnorm = 0.0;
19
      int indx = vsorc.nvqd-1;
20
      vsorc.vqd[indx] = t*1.0fj;
21
      if (cabsl(vsorc.vqd[indx]) < 1.e-20)
22
        vsorc.vqd[indx] = 0.0fj;
23
      zpnorm = t;
24
      if (zpnorm > 0.0)
25
        iped = vsorc.nsant;
26
    }
27
}

powered by: WebSVN 2.1.0

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