Commit c5ed53f5 by Uros Bizjak

re PR target/58757 (Advertise the lack of denormal support on alpha without -mieee)

	PR target/58757
	* gcc.dg/c11-true_min-1.c: Xfail execution for alpha*-*-*.

From-SVN: r220537
parent 28002f1a
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
......@@ -22,7 +27,7 @@
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>
......
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