From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A321A386C5A3; Mon, 3 Jun 2024 15:28:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A321A386C5A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717428528; bh=7+T/8Ddwe47ynwaqQDRsiq0oUxM+ltRTKxkXxzOpkjE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UmB8Y9htG5swDhycMZcmYtxzt7AYRC9A6l33KlhgiOoJcMLaHgvBqqTExqc7qxPHz hOiItxLAq1tlNX6YQGYkMhpaXKp7g+3q++Oo00LgbNVNkvx23pq/ROqxYP+zmfPGFv JeSvNdLiplLP0/GNkMYvUY0vmj1spSZYH0Rp2XpY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115331] ICE-on-invalid passing a typoed lambda to a list-initializer Date: Mon, 03 Jun 2024 15:28:48 +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: unknown X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D115331 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[15 regression] |ICE-on-invalid passing a |ICE-on-invalid passing a |typoed lambda to a |typoed lambda to a |list-initializer |list-initializer | --- Comment #1 from Andrew Pinski --- >The ICE does not reproduce on 14.1, it's trunk only=20 That is most likely because the trunk has checking turned on by default. So removing the regression marker until proven otherwise.=