From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Joseph Myers Newsgroups: gmane.comp.lib.glibc.alpha Subject: Re: riscv: fmax/fmin sNaN fix Date: Thu, 22 Feb 2018 20:50:03 +0000 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Trace: blaine.gmane.org 1519332494 21450 195.159.176.226 (22 Feb 2018 20:48:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 22 Feb 2018 20:48:14 +0000 (UTC) User-Agent: Alpine 2.20 (DEB 67 2015-01-07) Cc: Carlos O'Donell , To: DJ Delorie Original-X-From: libc-alpha-return-90503-glibc-alpha=m.gmane.org@sourceware.org Thu Feb 22 21:48:10 2018 Return-path: Envelope-to: glibc-alpha@blaine.gmane.org 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=Fd1Uu 5eFh6JqadCkHzl1uObbLBqL62wCLV8IcIqLSQ1xLlAiU55c5ZnNOxiPgsyPU/t5h upmPqrI7Qk05lut+QdIEAotlODdJlKhyVsq+Diuf2dj6ZVv/JAjQ7F10aQ/fo4Le HBsiMq5DtEWp7bdv69ge36BQMjy0BtIdw/ZKJk= 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=VZA3sLXrZJe Tb/g76E/OJCKA8RQ=; b=An3qlZhGrz42l/joIqd+j0BQqi1fHwSS9AZPgkECw2O FVJ2vqBlQrqCIuO5DlpG4jhfSL9vFgy/l+L1koG1eFJgi91z44oNv8vtUx7JDSaE gwE8eEqGU3dSlx1gA0skki5AgQLW0v1u0eDjw6dJ8yQBbvPFN9cCY85Mg9iOVohY = 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: , Original-Sender: libc-alpha-owner@sourceware.org Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com In-Reply-To: X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) Xref: news.gmane.org gmane.comp.lib.glibc.alpha:82835 Archived-At: Received: from server1.sourceware.org ([209.132.180.131] helo=sourceware.org) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eoxmh-0004vq-Jp for glibc-alpha@blaine.gmane.org; Thu, 22 Feb 2018 21:48:07 +0100 Received: (qmail 53863 invoked by alias); 22 Feb 2018 20:50:10 -0000 Received: (qmail 53430 invoked by uid 89); 22 Feb 2018 20:50:10 -0000 On Thu, 22 Feb 2018, Joseph Myers wrote: > It's for changes that fix a bug that was user-visible in a release. (My > interpretation of being user-visible in a release excludes bugs that > caused the build to be broken, or bugs in the manual, or bugs in a > testcase, or test failures such as check-localplt where a failure only > indicates an optimization issue rather than an actual misbehavior in the > installed glibc.) Thus, this fmax/fmin fix should have a bug filed (and then marked as FIXED with milestone set). But there is no need for a bug for the riscv/tls-macros.h change, because tls-macros.h is only used by testcases, so no user-visible bug in the installed glibc is being fixed by that patch. -- Joseph S. Myers joseph@codesourcery.com