From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17444 invoked by alias); 15 Jul 2014 16:15:59 -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 17424 invoked by uid 89); 15 Jul 2014 16:15:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 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-lb0-f179.google.com Received: from mail-lb0-f179.google.com (HELO mail-lb0-f179.google.com) (209.85.217.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 15 Jul 2014 16:15:57 +0000 Received: by mail-lb0-f179.google.com with SMTP id v6so1368242lbi.10 for ; Tue, 15 Jul 2014 09:15:53 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.129.9 with SMTP id ns9mr18717739lbb.23.1405440953779; Tue, 15 Jul 2014 09:15:53 -0700 (PDT) Received: by 10.152.104.140 with HTTP; Tue, 15 Jul 2014 09:15:53 -0700 (PDT) Date: Tue, 15 Jul 2014 16:18:00 -0000 Message-ID: Subject: [PATCH, fortran testsuite]: A couple of fixes in gfortran.dg/ieee directory From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" Cc: Fortran List , FX Coudert Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-07/txt/msg01079.txt.bz2 Hello! Attached trivial patch renames a couple of files to more consistent names (as suggested by FX). The patch also adds -mieee-with-inexact for alpha where needed. 2014-07-15 Uros Bizjak * gfortran.dg/ieee/rounding_1.f90: Rename from ieee_rounding_1.f90. * gfortran.dg/ieee/ieee_1.f90: Rename from ieee_1.F90. (dg-additional-options): Add -mieee-with-inexact for alpha*-*-*. Tested on alphaev68-pc-linux-gnu and committed to mainline SVN. Uros. Index: ieee_1.f90 =================================================================== --- ieee_1.f90 (revision 212567) +++ ieee_1.f90 (working copy) @@ -1,5 +1,6 @@ ! { dg-do run } ! { dg-additional-options "-ffree-line-length-none" } +! { dg-additional-options "-mieee-with-inexact" { target alpha*-*-* } } ! ! Use dg-additional-options rather than dg-options to avoid overwriting the ! default IEEE options which are passed by ieee.exp and necessary.