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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [20020319-1.c] - Rev 826

Compare with Previous | Blame | View Log

/* PR optimization/5999
   This testcase ICEd because one a/b -> a * (1/b) optimization
   did not handle complex divides.  */
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math" } */
 
__complex__ double foo (__complex__ double x, __complex__ double y)
{
  return x / y;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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