Commit 09661674 by Richard Biener Committed by Richard Biener

pr71078-3.c: Do not rely on math.h.

2017-02-02  Richard Biener  <rguenther@suse.de>

	* gcc.dg/tree-ssa/pr71078-3.c: Do not rely on math.h.

From-SVN: r245119
parent 27de0fab
2017-02-02 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/pr71078-3.c: Do not rely on math.h.
2017-02-02 Paolo Carlini <paolo.carlini@oracle.com> 2017-02-02 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/69637 PR c++/69637
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target large_double } */ /* { dg-require-effective-target large_double } */
/* { dg-require-effective-target c99_runtime } */ /* { dg-require-effective-target c99_runtime } */
/* { dg-options "-O2 -ffast-math -fdump-tree-forwprop-details" } */ /* { dg-options "-O2 -ffast-math -fdump-tree-forwprop1-details" } */
extern double fabs (double);
#include <math.h>
double f(float f) double f(float f)
{ {
double t1 = fabs(f); double t1 = fabs(f);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment