[PATCH, testsuite]: Add ieee options for gcc.dg/torture/pr68264.c

Uros Bizjak ubizjak@gmail.com
Tue Nov 17 09:19:00 GMT 2015


This test uses NaN, so it requires ieee options for certain targets.

2015-11-17  Uros Bizjak  <ubizjak@gmail.com>

    * gcc.dg/torture/pr68264.c: Use dg-add-options ieee.

Tested on alphaev68-linux-gnu and committed to mainline SVN.

Uros.

Index: gcc.dg/torture/pr68264.c
===================================================================
--- gcc.dg/torture/pr68264.c    (revision 230454)
+++ gcc.dg/torture/pr68264.c    (working copy)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-add-options ieee } */
 /* { dg-require-effective-target fenv_exceptions } */

 #include <fenv.h>



More information about the Gcc-patches mailing list