From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D5B05389906E; Fri, 28 Jun 2024 21:15:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5B05389906E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719609339; bh=IqhoUzda5RvtnHzTExdMA9gj5xYzytLYmTP3EmBEJqw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MRxvBJnvPTAzf3COdTnTgi2zX8Y71vZKAo8wVMiKp5VCVna57tIbWYD6r8lsVeuOl zxh+jcgEHDr/cT2PuPsTJXzKCsk/D+UwoPUgbIXbXFxPBDnRC6Zo1GHeQqBz9MXkTb S9eoislx+kRH2B+22Zx1bDdi7guLktONvvb8IVdI= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115358] [13 Regression] template argument deduction/substitution failed in generic lambda function use of static constexpr array type whos initializer defines the size since r13-2540 Date: Fri, 28 Jun 2024 21:15:39 +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: 13.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D115358 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14/15 Regression] |[13 Regression] template |template argument |argument |deduction/substitution |deduction/substitution |failed in generic lambda |failed in generic lambda |function use of static |function use of static |constexpr array type whos |constexpr array type whos |initializer defines the |initializer defines the |size since r13-2540 |size since r13-2540 --- Comment #10 from Patrick Palka --- Fixed for GCC 14.2 so far.=