From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17CF3381E09B; Sat, 27 Aug 2022 14:24:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17CF3381E09B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661610275; bh=S0kfd+HwqFAwye4M93HsURdkfxEUPpPr/12cv+fe1Tg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=X2YcZ/AN+5nRKsloB8rtkBC8/pm7lsFH09xtgj/gPqYmyvepH4eA1L0+yG5FnsRte HGaDDOKc+SSQ8UyeN58vUSaKW+2cvyNWc93bJ8wy4iOIH0cwr0+rkswShjw+8532U9 d1EJLKob5OU5ENSzbbh0CHrjSbSH1NObGkvx00Z8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106760] ICE: tree check: expected function_decl, have template_decl in get_fndecl_argument_location, at cp/call.cc:7801 Date: Sat, 27 Aug 2022 14:24:34 +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: trivial 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: keywords bug_severity 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=3D106760 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-checking Severity|normal |trivial --- Comment #1 from Andrew Pinski --- I suspect this is a regression from GCC 11 but since the ICE only happens w= ith checking it is a very minor one.=