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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [complex-1.c] - Blame information for rev 378

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 "__mul" 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.