This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, testsuite]: Add ieee options to gfortran.dg/namelist_87.f90


Hello!

This test uses NaN, so it has to be compiled with ieee options.

2015-04-29  Uros Bizjak  <ubizjak@gmail.com>

    * gfortran.dg/namelist_87.f90: Use dg-add-options ieee.

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

Uros.

Index: gfortran.dg/namelist_87.f90
===================================================================
--- gfortran.dg/namelist_87.f90 (revision 222558)
+++ gfortran.dg/namelist_87.f90 (working copy)
@@ -1,4 +1,5 @@
 ! { dg-do run }
+! { dg-add-options ieee }
 !
 ! PR fortran/56743
 !


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]