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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20020319-1.c] - Blame information for rev 237

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

Line No. Rev Author Line
1 149 jeremybenn
/* PR optimization/5999
2
   This testcase ICEd because one a/b -> a * (1/b) optimization
3
   did not handle complex divides.  */
4
/* { dg-do compile } */
5
/* { dg-options "-O2 -ffast-math" } */
6
 
7
__complex__ double foo (__complex__ double x, __complex__ double y)
8
{
9
  return x / y;
10
}

powered by: WebSVN 2.1.0

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