From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5465 invoked by alias); 24 Aug 2014 12:44:17 -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 5440 invoked by uid 89); 24 Aug 2014 12:44:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 24 Aug 2014 12:44:15 +0000 Received: from [192.168.0.129] (vie-188-118-241-078.dsl.sil.at [188.118.241.78]) by ainaz.pair.com (Postfix) with ESMTPSA id 5E74B3F4D5; Sun, 24 Aug 2014 08:44:12 -0400 (EDT) Date: Sun, 24 Aug 2014 12:44:00 -0000 From: Gerald Pfeifer To: VandeVondele Joost cc: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: Re: [PATCH] PR fortran/62245 fix INT docs. In-Reply-To: <908103EDB4893A42920B21D3568BFD9312F37DC4@MBX23.d.ethz.ch> Message-ID: References: <908103EDB4893A42920B21D3568BFD9312F37DC4@MBX23.d.ethz.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg02281.txt.bz2 On Sun, 24 Aug 2014, VandeVondele Joost wrote: > A doc change to refine wording for result value of int, avoiding the > word range and using magnitude as does the standard. Mentions undefined > behavior. > > 2014-08-24 Joost VandeVondele > > PR fortran/62245 > * intrinsic.texi (INT): clarify result and undefined behavior. Looks good to me, though better wait for a Fortran maintainer to be sure. One small ask: these lines are too long (already before your patch); can you please reformat those lines your patch touches to <80 columns? Thanks, gerald