From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6735C3858D28; Mon, 27 May 2024 08:52:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6735C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716799956; bh=vfvboAK32YXCBxLFKftufhBuD6oUhLFXjNWPVRXT8OQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jPRgXwSm3st2uOqfpMtFvCeDTjtASNpt3/PYj9zgViSrA2puZwyF6pGC7VwxivIWt 6ZEmn8oZq2yP+mBE0s7cgaj905JLwhmZRJoJJ9+IfonVQ6GST27lTe6N7jf6Hwjo5F oL1ROtPCG7FTjTVnbeH5Grk4LFir9UmulAZvjvag= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115239] [14/15 Regression] ICE: Segmentation fault with ambiguous function call in some cases (`const char*` vs `char` with `long` vs `unsigned`) since r14-6522 Date: Mon, 27 May 2024 08:52:35 +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: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D115239 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | CC| |jakub at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Summary|[14/15 Regression] ICE: |[14/15 Regression] ICE: |Segmentation fault with |Segmentation fault with |ambiguous function call in |ambiguous function call in |some cases (`const char*` |some cases (`const char*` |vs `char` with `long` vs |vs `char` with `long` vs |`unsigned`) |`unsigned`) since r14-6522 --- Comment #4 from Jakub Jelinek --- Started with r14-6522-gb24c09bfb626271cda345f5a6f0d3a6b6480593d=