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.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20050517-1.c] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
/* Tree PRE is going to transform this so that it doesn't call cos on the
2
   d = 0 path, and in doing so, it needs to regenerate the cos call.
3
   This was ICE'ing due to an overly strict check on what it knew how
4
   to regenerate.   */
5
/* { dg-do compile } */
6
/* { dg-options "-O2 -ffast-math" } */
7
double cos(double);
8
double f(double d, double i, int j) { if (j == 1) d = 0; return d * cos(i); }

powered by: WebSVN 2.1.0

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