From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73162 invoked by alias); 27 Jul 2018 15:14:07 -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 73149 invoked by uid 89); 27 Jul 2018 15:14:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr1-f67.google.com Received: from mail-wr1-f67.google.com (HELO mail-wr1-f67.google.com) (209.85.221.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Jul 2018 15:14:04 +0000 Received: by mail-wr1-f67.google.com with SMTP id g6-v6so5415410wrp.0 for ; Fri, 27 Jul 2018 08:14:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:user-agent:in-reply-to:references:mime-version :content-transfer-encoding:subject:to:cc:from:message-id; bh=WlnxturI2VNeMn+a0ef/jcfmHom8dyFxRF/ZMDfA34w=; b=d8OQhUejqBynuFVgNFvWpIZdMhUKLOUlOyLkjx4zJ3MYPCXryv7uzwvJyXdoq33K4/ tyEyAsq5eVGOXTlsXzkSANyj4yUASOJn4PTGhYr7UlZh0kNbPRy7wXmygTlc6shTxvd8 cMGZVPXqzLVNufOTIPppDhSq0RgTFCwAyDVehE8013+2EytEHfq1nCvH6Pc05A/PaXZP 0a3apTtEv0WMGVT2CWaM7Ow17zOKawnEch29/V9arA5jwosEM7oF/wuBC2km56zfV2zE Q8I6U7GSA+zHM3MbYCKDtF+5jk7hZL5/byOjCT0I00HAmqlzQoFvKBmhKin8AYup7V9e wxEQ== Return-Path: Received: from [192.168.178.32] (p508E662A.dip0.t-ipconnect.de. [80.142.102.42]) by smtp.gmail.com with ESMTPSA id e133-v6sm7441882wma.33.2018.07.27.08.13.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jul 2018 08:13:48 -0700 (PDT) Date: Fri, 27 Jul 2018 15:14:00 -0000 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [RFC] Fix recent popcount change is breaking To: =?UTF-8?Q?Martin_Li=C5=A1ka?= ,Kugan Vivekanandarajah CC: Andrew Pinski ,GCC Patches ,Jeff Law From: Richard Biener Message-ID: X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg01734.txt.bz2 On July 27, 2018 3:33:59 PM GMT+02:00, "Martin Li=C5=A1ka" = wrote: >On 07/11/2018 02:31 PM, Richard Biener wrote: >> Why not simply make popcountdi available in the kernel? They do have >> implementations for other libgcc functions IIRC. > >Can you please Kugan create Linux kernel bug for that? So that >discussion >can happen? There's no discussion necessary, libgcc is the core compiler runtime. If yo= u choose not to use it you have to provide your own implementation.=20 Richard.=20 >Thanks, >Martin