OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [complex-2.c] - Blame information for rev 437

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

Line No. Rev Author Line
1 298 jeremybenn
/* Verify that we don't libcall for complex / real.  */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c99 -O -fdump-tree-optimized" } */
4
 
5
typedef _Complex float C;
6
 
7
C foo(C x, float y)
8
{
9
  return x / y;
10
}
11
 
12
/* { dg-final { scan-tree-dump-times "__div" 0 "optimized" } } */
13
/* { dg-final { cleanup-tree-dump "optimized" } } */

powered by: WebSVN 2.1.0

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