From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5C393857835; Fri, 17 Feb 2023 13:24:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5C393857835 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676640286; bh=aW9Vi+zyH1ujkPRTBa88nUcAnS0d/NIdkRoarpSg22g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v4yzVbtjbWxySm8gRcjbdkT0ueKUsEDC0eX2o5iw4Twy8SnIOGRh4s+0N5sa8BsWZ C4xfkt7ZoLcjlE5OcXYv/2+SeG75UfM02ogSDB7CPGd7mKQpnC787zpaooKd3PWTnN WZKrszl6HMVJGMt1oakXzsdgLG/iLkdQFjMKiAzE= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100295] Internal compiler error from generic lambda capturing parameter pack and expanding it in if constexpr Date: Fri, 17 Feb 2023 13:24:44 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work bug_status resolution 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=3D100295 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |12.2.1, 13.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Patrick Palka --- Fixed for GCC 12.3/13=