From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 109383857BBB for ; Thu, 21 Jul 2022 10:19:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 109383857BBB Received: by mail-ed1-x52a.google.com with SMTP id k30so1544206edk.8 for ; Thu, 21 Jul 2022 03:19:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hDuFkZzgfvbIVYveo8fga3yeX4qE8sZoPhO/50NqrJ4=; b=ErpZ18N5SaH2Zr14iuya6KAQ4FY7mkr3QkId8P5qjKmJKpZj8nsV2bPp9P/THl7NiL EpPySqUM2eWhMgUjwCeEBv0dZ2Kx/ZUXFFpz6i5NC5DXbYOfZF3eah3fME19foQheZPY HykZvFFJr9szl8V3oAwo+3k7nqVSKz+37Nvo3sYZNCVVwaW98pfG3Tr4sC0idkd5Kito ycqLV/11o48IrH5vLJ6Z/DQ4MJiQavQHDPq09K2Q2RVb6uNTWh7hjNfQSX32LcjGUsrn hLlBtliosHwNDtt21FDf42EaA9TvvxbejV8KNwq5vi4QgHpIoh2ESU9Fr/TEOzWqK2kh 5MCQ== X-Gm-Message-State: AJIora+qFHDWgiHB1YTrygIkEG71omtK5vwyWuCdW6hUbIdTBsEMbOn/ 88GGpd2CUJ/zJfLx52C4qw3wzmdQae6zhj//JCE= X-Google-Smtp-Source: AGRyM1vbvsKOAwvCBZDvCXwrPh7LGkvY0abkkktVWh//OzBENs9wNunVb7j0diRsEkzRYhFNkgHwf5wAybOudzZgpHE= X-Received: by 2002:aa7:c9d3:0:b0:43a:67b9:6eea with SMTP id i19-20020aa7c9d3000000b0043a67b96eeamr55164461edt.94.1658398777834; Thu, 21 Jul 2022 03:19:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Richard Biener Date: Thu, 21 Jul 2022 12:19:25 +0200 Message-ID: Subject: Re: libgo patch committed: Don't include in sysinfo.c To: Ian Lance Taylor Cc: gcc-patches , gofrontend-dev Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2022 10:19:40 -0000 On Wed, Jul 13, 2022 at 6:03 PM Ian Lance Taylor via Gcc-patches wrote: > > This libgo patch stops including when building > gen-sysinfo.go. Removing this doesn't change anything at least with > glibc 2.33. The include was added in https://go.dev/cl/6100049 but > it's not clear why. This should fix GCC PR 106266. Bootstrapped and > ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. Btw, active branches are affected the same way - can you please backport? > Ian