From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6483E1F463 for ; Mon, 30 Dec 2019 22:28:54 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=bEyou ll+tITbpjVAGhSETGW3dFOolV3ZlvuKnWl7g6IwzkCy7mbIAkZHsZMCRIf4np+PT JTHxKSkrpHg/LulGH1Zy9GZaF4Q+hvIJ4Q5CIEMgz+Orx232TWlCtuqImjC1HfGZ zqH34Y19vqgrUm8SImUYjmKWQPtEeXE11Ah9yk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=6Ozjqjn3+GX wYzHTsPHKVYQw1ac=; b=rb4LOfYNOIKEWPng49YjLW88nzJDFZxrmK7Em8x3BsP Cojh5nwhqIqU5iLY/213PuFoho8rA8DA32z6QRu73eci6p/0oSnqOrqaEHB8LfB8 KWP2+DSUMo198s9sJgO1D76kKDaRP9fBZyo2ORL3Yd/jYo0PQWruzXNm5HXMhQeo = Received: (qmail 113633 invoked by alias); 30 Dec 2019 22:28:51 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 113624 invoked by uid 89); 30 Dec 2019 22:28:51 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa2.mentor.iphmx.com IronPort-SDR: daCD2bs9nJb0aoi9inZucedJceKks7ZUa9LbZ+v8yA/3ReOkFoEEEStF0AYl69sZo6OSdCmHu4 ByyXX/ZaHe18BIjesiMZ9tU5H8PaeP8Xf9NHsXdpZOqGpv0IIQu74zMdzyzfGM++IZAKJpHK0C TS4C34fVLSCp2AjlxaPy2axW/w0QhvpwdO/E+GdSobzgub9mV68632wN5XDoNLNQWp/xQLKCK1 7YQjKCkjB4TrwnW04dFy/S1ePZEkjdlrYeOB/jeHCaOXHt+kLaGsmD+k4NFFvoQCRnLNkp+zg4 w3g= IronPort-SDR: 3aoxMnwo9j4vy/ias06coZGXDG9jA40WZPwCg6Syiq/z6qgp3OQIEfXA8EIZG1mkeQJ4BbiRds okMcmrbhQS+TKyk3Fg+Z27lmRrz093KXiPBxFfwUgC/zRM20bUJ/gC9j7alBRe+RCA6uCq3gvk By2sIDw7Uvncu59xJV/ObX70Rw+U2Z3adf8icfw4yH6EBMvexqkp+xGb6TD8Tj0UKu5xDUzk8g JbFn6ErP/bAtuVBYsvZ+7BSxLeeibnb4PndnA/+Nn9ahkqvvD09Cs3Sw73zgkiu+aBO4Vu/bM9 6jI= Date: Mon, 30 Dec 2019 22:28:43 +0000 From: Joseph Myers To: Alistair Francis CC: GNU C Library Subject: Re: Math errors In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Mon, 30 Dec 2019, Alistair Francis wrote: > Hey, > > I'm running the `make check` tests on RV32 inside QEMU and about 800 > math tests are failing with errors along these lines: You need to generate libm-test-ulps for RV32 ("make regen-ulps") (also remember to create a corresponding libm-test-ulps-name file for use in generating the table in the manual). -- Joseph S. Myers joseph@codesourcery.com