From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4824F3858420; Mon, 23 Sep 2024 13:09:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4824F3858420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1727096948; bh=RrGS0hLZNV5mzpcREG/XPfC0aHgVMFfQYmtIpOyTpkg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kbfpaJbdnyXwMwVUnixaU5c24XAvHRSpd8RjYP7b+LP6ZEfMfyULe6RxT9Jc87Wcu tGKlhVidAByQGyc7LZ5NFKIwSEenDerZjX6oxEZGRuHF40yfCkC6LpT5mBaxMjceFO rdoIUEyS/Kj5rJKnqj4SdeXoZLQ4MEpHy/wdhi0s= From: "simartin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109790] [12/13/14/15 Regression] ICE while trying to mangle operators and their ptmf Date: Mon, 23 Sep 2024 13:09:07 +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: ABI, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: simartin at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: simartin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status target_milestone 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=3D109790 Simon Martin changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Target Milestone|12.5 |15.0 --- Comment #11 from Simon Martin --- Fixed in GCC 15.=