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
This commit is contained in:
parent
28002f1ad1
commit
c5ed53f5e7
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
/* { 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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user