From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 92CF8EE14D0 for ; Wed, 6 Sep 2023 19:18:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 4A9764158A; Wed, 6 Sep 2023 19:18:55 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 4A9764158A X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fD8mdNeKw0M0; Wed, 6 Sep 2023 19:18:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id B09DA41566; Wed, 6 Sep 2023 19:18:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org B09DA41566 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 733601BF46D for ; Wed, 6 Sep 2023 19:18:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 4D8BC41566 for ; Wed, 6 Sep 2023 19:18:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 4D8BC41566 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id azBRf572D6Eg for ; Wed, 6 Sep 2023 19:18:51 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::226]) by smtp2.osuosl.org (Postfix) with ESMTPS id 3E2E9401CC for ; Wed, 6 Sep 2023 19:18:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 3E2E9401CC Received: by mail.gandi.net (Postfix) with ESMTPSA id B3780C0002; Wed, 6 Sep 2023 19:18:47 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1qdy34-0082gN-On; Wed, 06 Sep 2023 21:18:46 +0200 From: Peter Korsgaard To: Adam Duskett References: <20230905172052.891552-1-adam.duskett@amarulasolutions.com> Date: Wed, 06 Sep 2023 21:18:46 +0200 In-Reply-To: <20230905172052.891552-1-adam.duskett@amarulasolutions.com> (Adam Duskett's message of "Tue, 5 Sep 2023 11:20:52 -0600") Message-ID: <87h6o7glex.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH 1/1] package/zeromq: Fix building against gcc-13 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Asaf Kahlon , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Adam" == Adam Duskett writes: > `gcc-13` added an assert to standard headers to make sure custom > allocators have intended implementation of rebind type instead > of inherited rebind. gcc change: > https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=64c986b49558a7 > Taken from upstream commit bdd471fa17100fe84f64da348951dab3ee4780bb > Signed-off-by: Adam Duskett Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot