From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 802F73839C4C; Thu, 27 May 2021 16:23:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 802F73839C4C From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100797] [9/10/11/12 Regression] using declaration causing virtual call with wrongly adjusted this pointer Date: Thu, 27 May 2021 16:23:58 +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: unknown X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: 9.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc everconfirmed keywords cf_known_to_work bug_status target_milestone cf_known_to_fail cf_reconfirmed_on 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2021 16:23:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100797 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|using declaration causing |[9/10/11/12 Regression] |virtual call with wrongly |using declaration causing |adjusted this pointer |virtual call with wrongly | |adjusted this pointer CC| |jason at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Ever confirmed|0 |1 Keywords| |wrong-code Known to work| |10.1.0, 9.3.0 Status|UNCONFIRMED |NEW Target Milestone|--- |9.5 Known to fail| |10.2.0, 10.3.0, 11.1.0 Last reconfirmed| |2021-05-27 --- Comment #1 from Patrick Palka --- Seems to have started with r11-1637, aka the fix for PR95719, which was also backported to the 10 and 9 branch.=