From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2112 invoked by alias); 5 Aug 2007 10:19:29 -0000 Received: (qmail 2038 invoked by uid 22791); 5 Aug 2007 10:19:28 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.169) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 05 Aug 2007 10:19:26 +0000 Received: by ug-out-1314.google.com with SMTP id m2so626902ugc for ; Sun, 05 Aug 2007 03:19:24 -0700 (PDT) Received: by 10.66.254.2 with SMTP id b2mr4339566ugi.1186309163321; Sun, 05 Aug 2007 03:19:23 -0700 (PDT) Received: from ?144.82.208.57? ( [144.82.208.57]) by mx.google.com with ESMTPS id k5sm14557502nfh.2007.08.05.03.19.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Aug 2007 03:19:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <82DF34AA-7562-4A19-9628-15DC923BF67C@gmail.com> References: <82DF34AA-7562-4A19-9628-15DC923BF67C@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <96835BEE-8E0F-45D1-9151-4488C4C1C72F@gmail.com> Content-Transfer-Encoding: 7bit From: FX Coudert Subject: Re: [gfortran,patch] Add ISNAN intrinsic Date: Sun, 05 Aug 2007 10:19:00 -0000 To: Fortran List , gcc-patches list X-Mailer: Apple Mail (2.752.3) 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 X-SW-Source: 2007-08/txt/msg00264.txt.bz2 :REVIEWMAIL: > This patch adds an ISNAN intrinsic as a GNU extension, since others > compilers have it (ifort, g95, sunf95, sgi) and some code relies on > it (http://www.libatoms.org/). The patch is simple, comes with a > testcase and documentation written by Tobias Burnus (slightly > modified by me). Received green light by Steve Kargl on IRC and committed as rev. 127224. FX