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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr41987.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 tree-optimization/41987 */
2
 
3
#define TESTIT(TYPE) do { \
4
  _Complex TYPE ylm; \
5
  TYPE nbond; \
6
  ylm = 0; \
7
  nbond = 0; \
8
  ylm = ylm / nbond; \
9
} while (0)
10
 
11
void qparm_colvar(void)
12
{
13
  TESTIT (float);
14
  TESTIT (double);
15
  TESTIT (long double);
16
 
17
  TESTIT (char);
18
  TESTIT (short);
19
  TESTIT (int);
20
  TESTIT (long);
21
  TESTIT (long long);
22
}

powered by: WebSVN 2.1.0

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