From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D013A3852A7A; Wed, 14 Dec 2022 19:45:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D013A3852A7A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671047137; bh=tzPcEWRriU5nqyJv09EEOf52aX7vxK/+/GSQI8dgOCk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GOS4gV2G7C3PT/el5HfFmXcH8TSX+2lmffMbWSAUnlUp2IR9Bod1kIWcpa3J0DYDG FhU6pd3qgOAqFzETWQlEo8F4jkeNRnxL/61YE/eNWzAAu9pq6saI9qM3PjZw3pxmVn n5kcINmfstvlRHJF/TSDpqg1klJcR7NAkWkKcKqE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108112] ICE on explicit instantiation of template member operator delete Date: Wed, 14 Dec 2022 19:45:37 +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: 12.2.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: see_also 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=3D108112 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D36406 --- Comment #2 from Andrew Pinski --- So I looked and found that this was reported before but the bug which it was reported on was closed as fixed as the original testcase in that bug was fi= xed. See bug 36406 comment #2 for the testcase which fails still after the fix f= or that bug report.=