From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66500 invoked by alias); 6 Aug 2015 08:39:13 -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 66391 invoked by uid 89); 6 Aug 2015 08:39:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 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-wi0-f177.google.com Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 06 Aug 2015 08:39:10 +0000 Received: by wibxm9 with SMTP id xm9so13871757wib.1; Thu, 06 Aug 2015 01:39:07 -0700 (PDT) X-Received: by 10.180.72.35 with SMTP id a3mr3912963wiv.21.1438850347726; Thu, 06 Aug 2015 01:39:07 -0700 (PDT) Received: from pc86.home (ALyon-654-1-394-45.w109-213.abo.wanadoo.fr. [109.213.226.45]) by smtp.gmail.com with ESMTPSA id v8sm8280044wjr.15.2015.08.06.01.39.06 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Aug 2015 01:39:07 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: [libquadmath, patch] Add logbq() to libquadmath From: FX In-Reply-To: <2B7CD2AA-791E-4A95-AC94-5D08D14441A9@lps.ens.fr> Date: Thu, 06 Aug 2015 08:39:00 -0000 Cc: GNU GFortran , GCC Patches Content-Transfer-Encoding: quoted-printable Message-Id: <49888F22-2FEF-4E3C-B5DF-E47631D6D68E@gmail.com> References: <2B7CD2AA-791E-4A95-AC94-5D08D14441A9@lps.ens.fr> To: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= X-SW-Source: 2015-08/txt/msg00326.txt.bz2 > With the updated patch the test gfortran.dg/ieee/large_1.f90 compiles, bu= t fails at run time due to the lines >=20 > if (.not. ieee_support_underflow_control(x1)) call abort >=20 > and >=20 > if (.not. ieee_support_underflow_control(x2)) call abort >=20 > IIRC Uros said that underflow id not supported for __float128. Indeed. I fixed the code, but forgot to commit the testcase. Now done as re= vision 226665. FX