From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC481398580D; Mon, 21 Sep 2020 14:28:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC481398580D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1600698534; bh=9EYhEfe0epIHKKYtPfManvbXxLsr+7qcyW18/00zTnE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PKtk5LDdJE/w9h/hHmDBYExEjAOsceLQ0osUaKh64lsXDIWElh1qIGG8c7LvPQ5c0 FHsK2yK5oiYi9k54DptCZAOAcEneW5VPMe5IuhTdSzN9ov0XGRWpm/Em7kMpbH5nwu wX5hcnjj7PkZWh08FCl63l9etAAcnjkkIOOImEIw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/97119] Top level option to disable creation of IPA symbols such as .localalias is desired Date: Mon, 21 Sep 2020 14:28:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: cc 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: Mon, 21 Sep 2020 14:28:55 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97119 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #4 from Jakub Jelinek --- There is no way to turn all of these, and I'm afraid can't be. E.g. for the OpenMP/OpenACC outlined bodies of constructs, they need to be named somehow. Sure, one can disable many other ways how to clone functions (e.g. effectiv= ely imply all functions have noclone attribute), but it will not handle everyth= ing.=