From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115470 invoked by alias); 20 Dec 2018 17:40:58 -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 115445 invoked by uid 89); 20 Dec 2018 17:40:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=H*i:sk:8974915, H*f:sk:8974915 X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Dec 2018 17:40:57 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id wBKHetqF034182 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 20 Dec 2018 09:40:55 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id wBKHes3O034181; Thu, 20 Dec 2018 09:40:54 -0800 (PST) (envelope-from sgk) Date: Thu, 20 Dec 2018 17:46:00 -0000 From: Steve Kargl To: Thomas Koenig Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Shuffle ieee_arithmetic.F90 Message-ID: <20181220174054.GA34174@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20181219050639.GA98555@troutmask.apl.washington.edu> <89749152-f94d-9a4b-2286-51d58fcd43c1@netcologne.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89749152-f94d-9a4b-2286-51d58fcd43c1@netcologne.de> User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2018-12/txt/msg01483.txt.bz2 On Thu, Dec 20, 2018 at 02:29:40PM +0100, Thomas Koenig wrote: > > > The attach patch shuffles lines around to eliminate 80 > > lines of #ifdef...#endif; thereby making the file more > > readable. Tested on i586-*-freebsd and x86_64-*-freebsd. > > Patch is a pre-requisite to fixing issues and adding > > missing functionality. OK to commit? > > > > 2018-12-18 Steven G. Kargl > > > > * libgfortran/ieee/ieee_arithmetic.F90: Re-organize file to > > eliminate excessive #ifdef ... #endif. > > > > OK. Thanks for the patch! > Thanks. I'll commit shortly. -- Steve