PR target/58757
* gcc.dg/c11-true_min-1.c: Xfail execution for alpha*-*-*.
From-SVN: r220537
+2015-02-09 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/58757
+ * gcc.dg/c11-true_min-1.c: Xfail execution for alpha*-*-*.
+
2015-02-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/54000
2015-02-08 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/63744
- gfortran.dg/use_rename_8.f90: New.
+ * gfortran.dg/use_rename_8.f90: New.
2015-02-08 Eric Botcazou <ebotcazou@adacore.com>
/* { dg-do run } */
/* { dg-options "-std=c11" } */
+/* { dg-xfail-run-if "PR58757 -mieee is required to compare denormals" { alpha*-*-* } { "*" } { "" } } */
/* Test that the smallest positive value is not 0. This needs to be true
even when denormals are not supported, so we do not pass any flag
- like -mieee. If it fails on alpha, see PR 58757. */
+ like -mieee. */
#include <float.h>