2017-02-02 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/pr71078-3.c: Do not rely on math.h.
From-SVN: r245119
+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>
PR c++/69637
/* { dg-do compile } */
/* { dg-require-effective-target large_double } */
/* { 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 t1 = fabs(f);