re PR target/58757 (Advertise the lack of denormal support on alpha without -mieee)
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 9 Feb 2015 11:53:26 +0000 (12:53 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 9 Feb 2015 11:53:26 +0000 (12:53 +0100)
PR target/58757
* gcc.dg/c11-true_min-1.c: Xfail execution for alpha*-*-*.

From-SVN: r220537

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c11-true_min-1.c

index 7a8734b97e3441ddb208b5dd71c2365e3606a2d3..0b85f59f0ed94932da7181a13090a3ed9f0d3594 100644 (file)
@@ -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>
 
index dcb761ccd531d8e3eebe9c75c3a51191b4715cf3..fa83c17fe52ed82ba279b1f0201725f1f00565c8 100644 (file)
@@ -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>