From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DEB923853D67; Tue, 22 Nov 2022 22:45:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DEB923853D67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669157102; bh=d9VYV4+52yj+qfFdjl9Z3QXsYX+Zxa5huHVWwyGQGqk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PY4z+ka6Sl2j6SV5wUOkFZOg6uwOTHQcJ3aS4IGICTmJwbd4htjNBENjfFSHdxUaO YfvZFMrT2SmJCPK3MIptpQeY8Ct/cZgkSb77/RXEPQuGMR/2MFlE9ug7NaonI5+wXV CfqZs902QA1e7nmLPgO5q7SoW0CDNsYcfqFW+CxQ= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107788] [13 Regression] ICE in wide_int_to_tree_1, at tree.cc:1757 since r13-4074-g86a90006864840c2 Date: Tue, 22 Nov 2022 22:45:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D107788 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from David Malcolm --- (In reply to David Malcolm from comment #4) > That said, the known_function machinery is erroneously deciding to use the > "bind" handling even for std::bind, so keeping this open to track only do= ing > it for names in the root namespace. Fixed by the commit in comment #5. Marking this as resolved.=