From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CBCC93858C62; Tue, 21 May 2024 17:02:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CBCC93858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716310921; bh=jSUjLGcJJYAfTSZTV3V+RxrYreZposFA/n/j4ik6KkI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ae9AnElu11Ji3uIGpzSJtDbYJhk0DhGlHckyC969B8SbsglYX7RVRtaLwDCZ2qJND hJJnnVNJ7KI7Q2cTZDtk3RKI6PNyg+RzOoCguWXrMo8JJ/IFZsvMx1DlRffswODr6r BEQiIslmLBUWg1u5XAuq8LbFkKaWhdnsBHNBf3uY= From: "paul_robinson at playstation dot sony.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115179] Capture method address with inline asm in PIC mode? Date: Tue, 21 May 2024 17:02:01 +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: 11.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: paul_robinson at playstation dot sony.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: 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=3D115179 --- Comment #3 from Paul Robinson --- (In reply to Andrew Pinski from comment #2) > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105576#c10 gives an exampl= e of > how to use the new feature which was added for GCC 14. Thanks!=