From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3CD73858D1E; Fri, 23 Dec 2022 08:53:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3CD73858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671785594; bh=lCLd2YEMKRb5MP7jpKY0KWgpDpYS3kTLhkPduwgVGls=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q6gHyz7sjumU/hb8284N2anZAL2LIgflEhtsvzbiqlq06P7eiBkAge246mitOkKis fCRoag6T3jmybhd3FGHgJcxQx5y5q6XEZBw4bnr8fKwv8Yyzg+giZkY+4uFZJRXedT f+avw75c9yDPNoRBomyOVq9ZvB4zXw/J7/TtfcMc= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108206] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'error_mark' in merge_default_template_args, at cp/decl.cc:1563 since r12-7562-gfe548eb8436f3906 Date: Fri, 23 Dec 2022 08:53:14 +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: error-recovery, ice-checking, 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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc bug_status cf_reconfirmed_on target_milestone cc everconfirmed 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=3D108206 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE: tree check: expected |ICE: tree check: expected |tree that contains 'decl |tree that contains 'decl |minimal' structure, have |minimal' structure, have |'error_mark' in |'error_mark' in |merge_default_template_args |merge_default_template_args |, at cp/decl.cc:1563 |, at cp/decl.cc:1563 since | |r12-7562-gfe548eb8436f3906 Status|UNCONFIRMED |NEW Last reconfirmed| |2022-12-23 Target Milestone|--- |12.3 CC| |marxin at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Martin Li=C5=A1ka --- Started with r12-7562-gfe548eb8436f3906.=