From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56784 invoked by alias); 29 Apr 2015 11:55:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 56765 invoked by uid 89); 29 Apr 2015 11:55:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f170.google.com Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com) (209.85.214.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 29 Apr 2015 11:55:32 +0000 Received: by obfe9 with SMTP id e9so17845181obf.1; Wed, 29 Apr 2015 04:55:30 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.75.230 with SMTP id f6mr18316690obw.65.1430308530858; Wed, 29 Apr 2015 04:55:30 -0700 (PDT) Received: by 10.60.147.170 with HTTP; Wed, 29 Apr 2015 04:55:30 -0700 (PDT) Date: Wed, 29 Apr 2015 12:06:00 -0000 Message-ID: Subject: [PATCH, testsuite]: Add ieee options to gfortran.dg/namelist_87.f90 From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" Cc: Fortran List Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-04/txt/msg01865.txt.bz2 Hello! This test uses NaN, so it has to be compiled with ieee options. 2015-04-29 Uros Bizjak * 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 !