From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9299C3858D37; Tue, 11 Jul 2023 19:02:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9299C3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689102154; bh=AXtYhpF4DxCGQILu3TpdAgnY0m0YVcvn+P72ZMcI6vw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S5tMRgyepax5923nvJqpANEfbkUm1a5IvMsEWmz2uf5bVSYMxs//tOZovxNNyWKGo SLGUChh2II1Kl0OR6uH9gg+rzLiXsLIyU99WUrKjVoP0T7WZ8nscxh+bA2ryQQ83aA JKGekmL7dMA1FsglcqLVpw5K8qaChYYd3/0CZPSA= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110580] [14 Regression] gcc fails to typecheck nix-2.16.1 source: error: invalid initialization of reference of type Date: Tue, 11 Jul 2023 19:02:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: accepts-invalid, rejects-valid, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110580 --- Comment #10 from Sergei Trofimovich --- I confirm the change fixed nix-2.16.1 and json-3.11.2 builds for me. Thank = you!=