From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78651 invoked by alias); 7 Aug 2015 16:13:20 -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 78633 invoked by uid 89); 7 Aug 2015 16:13:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 07 Aug 2015 16:13:19 +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 t77GDGhN087717 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 7 Aug 2015 09:13:16 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id t77GDFPV087716; Fri, 7 Aug 2015 09:13:15 -0700 (PDT) (envelope-from sgk) Date: Fri, 07 Aug 2015 16:13:00 -0000 From: Steve Kargl To: FX Cc: gcc-patches , gfortran Subject: Re: [libgfortran,patch] FPU initialization Message-ID: <20150807161315.GA87706@troutmask.apl.washington.edu> References: <797C6DE0-B93D-49D4-B5FF-F5324C6F4ADF@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <797C6DE0-B93D-49D4-B5FF-F5324C6F4ADF@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00405.txt.bz2 On Fri, Aug 07, 2015 at 05:56:42PM +0200, FX wrote: > Attached patch fixes libgfortran???s FPU initialization by only performing it when the user explicitly asked for it, with option -ffpe-trap. > > Bootstrapped and regtested on x86_64-apple-darwin14. > OK to commit to trunk? > OK. -- Steve