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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20030707-1.c] - Blame information for rev 853

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

Line No. Rev Author Line
1 149 jeremybenn
/* Derived from PR target/10979.  */
2
/* This testcase used to ICE on x86.  */
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -ffast-math" } */
5
 
6
void t(double);
7
double atan2(double,double);
8
 
9
void temp(double *c)
10
{
11
  double c2 = 8;
12
  double s2 = 0;
13
  *c = atan2(s2,c2);
14
  t(1/s2);
15
}
16
 

powered by: WebSVN 2.1.0

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