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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [fold-complex-1.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O -ffast-math -fdump-tree-original" } */
3
 
4
_Complex float
5
foo (_Complex float x)
6
{
7
  return  __real x + 1.0iF * __imag x;
8
}
9
 
10
/* { dg-final { scan-tree-dump-times "COMPLEX_EXPR" 0 "original" } } */
11
/* { dg-final { cleanup-tree-dump "original" } } */

powered by: WebSVN 2.1.0

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