From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BA675385841C; Tue, 14 Feb 2023 21:48:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA675385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676411332; bh=y3d8XXELnod6bVWWwWMaU/T0x2J/n9vtODL1TNZLwBk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I5ny7ygl+ZfQ/L2KoFgR7jL34C6T+2K9mHdjxsiezbG3OnlmA9C9JUdEC6UDe4b85 tIQWfFUUwk93QQB+Gpu3APwdta5HrnLKoaH25SpkLSDQHrchFvk1j6vNs/YvAIjxHz D0VYv69v/PL6YVPvsuXyntHoPtr/fNjHFneXfCVw= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108795] [10/11/12/13 Regression] ICE in prep_operand, at cp/call.cc:6325 Date: Tue, 14 Feb 2023 21:48:52 +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: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone bug_status cf_reconfirmed_on cc everconfirmed 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=3D108795 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |10.5 Status|UNCONFIRMED |NEW Last reconfirmed| |2023-02-14 CC| |mpolacek at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Marek Polacek --- Confirmed. g++-6: $ xg++-6 -c 108795.C 108795.C: In instantiation of =E2=80=98T g(T) [with T =3D int]=E2=80=99: 108795.C:11:7: required from here 108795.C:7:8: error: cannot call member function =E2=80=98g(T)::C::~C() [wi= th T =3D int]=E2=80=99 without object C::~C(); ~~~~~^~=