From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B58BB3858C52; Wed, 10 Jan 2024 17:30:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B58BB3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704907817; bh=ilwfnH00hSd6Ff9R5wIzdESqK5iqzfu4KgLm1uWUC9M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N3o4VVPfkFua+3/5lIjtJvopZsEJdIzYxzYm2Y7ICXn/VdKDPxn91ldK/juI8GtJ9 Gm3qReWzWDc/nQ1kOe3aLb94shvsQe/xSXN7I61ncfpwHtIYLbZnUXAzAOHlGbRSAZ QzkzY1tQluB72PL1EnTl9w56nTSmu0vBnjsDWr6o= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109823] [11/12/13/14 Regression] ICE with trailing return of decltype of a fold expression in nested generic variadic lambda Date: Wed, 10 Jan 2024 17:30:16 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc keywords 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=3D109823 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org Keywords|needs-bisection | --- Comment #4 from Martin Jambor --- The testcase from comment #1 started ICEing with commit dc58fa9f3142097b (J= ason Merrill: PR c++/84036 - ICE with variadic capture).=