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: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,PDS_RDNS_DYNAMIC_FP, RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 89AF81F8C6 for ; Fri, 30 Jul 2021 16:39:16 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 68D023951443 for ; Fri, 30 Jul 2021 16:39:15 +0000 (GMT) Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id C9003385AC21 for ; Fri, 30 Jul 2021 16:39:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C9003385AC21 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: SjDiFbJc9YD0FwB+CnUIU9tGiNhIEDW77jpD/MvKmBwjCcMfhKPSRJFVi9HvmCYB3E6ji4Q5CW YDEYZI2tLpPKQMGbH15iNvjcmyz+OC3l0eAN7In/PxUxbijR2k6BqCZTvGeomzV//yPcJiKROW BSHBBjqG1fKiwZGhk17aZyHmB4tLjCM1MV/7vbL8jAgd02Ezyk5ctQLrJQQOoNLKyc1jCzzZvW VV6IYLw+dM3b+4jm6s8o7hpbNtUiH4YVmr2xVpQv+0T7WkBw7rHki2AtS4LHJU550hzjLin+XO s6MLK3aRFqtTn0M4YK11p58t X-IronPort-AV: E=Sophos;i="5.84,282,1620720000"; d="scan'208";a="64283198" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 30 Jul 2021 08:39:04 -0800 IronPort-SDR: +z7LcZRBLO/9c4k5NgX8520oM8fUMuOBpBx7wIdlm6IS0SwQEGEk5fgYoGPuOQVvPbj0td40yZ a9rQHNm3cDvadcm2D5q/8vc1HdzJnOS/Hbl6vF0/IByslONWA3mhROk/hXqAq0lo2YJKJp58Bl w723u0zbahyTp/jRCgPhiKowHj8l5YIfRFvHCb4vnshzuzrIZzLn/x+88zn/ByDoNw4oWw+cvg nG05v8tD5HQDivPuAqFVcbPRRdO+FFbOL/tZYfHfzTlrZ3J6xxHTa9YVlc+sEePmPh0xMbllzG z8I= Date: Fri, 30 Jul 2021 16:38:58 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: , Subject: Re: Failures building glibc with mainline GCC In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" In addition to failures building glibc, for those configurations for which glibc builds there's a failure building the testsuite: tst-thread_local1.cc:177:5: error: variable 'std::array >, 2> do_thread_X' has initializer but incomplete type 177 | do_thread_X | ^~~~~~~~~~~ -- Joseph S. Myers joseph@codesourcery.com