From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 57378384AB65; Mon, 24 Jun 2024 21:51:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 57378384AB65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719265917; bh=kggvd5yYLcZ2hLrNDbsh/X7BXk8UdviqWJmzQulfcFU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VoPx+ITCRFpUeUs+nusc+RCTP5dR3pOp9BVILRuOsmU6PAz5Ahrbkx+0smwugvDCZ cxc07SAloS5s77esbqw52j9ub8YznyBDXuasCR4gLL9KhhSTiJrZUj2lwWZswOfS8o 2Bbuq8yKx9Wy2CnlWLJbfya3QThs3nHFsoWBvm+4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115239] [14 Regression] ICE: Segmentation fault with ambiguous function call in some cases (`const char*` vs `char` with `long` vs `unsigned`) since r14-6522 Date: Mon, 24 Jun 2024 21:51:56 +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: 14.1.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D115239 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan.zizka at nokia dot com --- Comment #8 from Andrew Pinski --- *** Bug 115621 has been marked as a duplicate of this bug. ***=