From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D1DFE3858C5E; Thu, 2 Mar 2023 15:24:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1DFE3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677770653; bh=2QQrgC/Dx3j7JVzNemox0iASi+OxKAmJslEImeDEyzY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w17RQzsW7+8CF0bkdkIZtTEQudi02NgQedBsVoCiwNQ8T3V1YmFPU1ClJfoatQ//z IdsUFg5wxAeDRNycfEdbSUsOHCEzeshh2laEcOcfvo2gjbGJJi5plvH0pYUpIbHSib V4OXcef3gAQ3Oy0Zz6C8QmVAj+3i4wOHS9DRM10w= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108972] ICE: tree check: expected tree that contains 'decl common' structure, have 'error_mark' in compare_lambda_template_head, at cp/lambda.cc:1551 since r13-3601-g2b0e81d5cc2f7e1d Date: Thu, 02 Mar 2023 15:24:13 +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.0 X-Bugzilla-Keywords: c++-lambda, error-recovery, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D108972 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nathan at gcc dot gnu.org Summary|ICE: tree check: expected |ICE: tree check: expected |tree that contains 'decl |tree that contains 'decl |common' structure, have |common' structure, have |'error_mark' in |'error_mark' in |compare_lambda_template_hea |compare_lambda_template_hea |d, at cp/lambda.cc:1551 |d, at cp/lambda.cc:1551 | |since | |r13-3601-g2b0e81d5cc2f7e1d --- Comment #2 from Martin Li=C5=A1ka --- Likely started with r13-3601-g2b0e81d5cc2f7e1d.=