From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 922F7398580D; Mon, 21 Sep 2020 14:12:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 922F7398580D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1600697571; bh=5OO8LnjZGkwQRgM8QILiql9cfZBdVM71bs+PNhPSmkk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rbDBaVjpChOFTeuuJO9qmDBuOEIXeVJuD9EsFuomwDU6snLDGNtrOBG60LbB8rTMw qEX+jpcnhShFJe5F70hVFkc3PehexW+M/1RzPKA39BYsWk49DkGC2U5v4+oBSHzu1r bEdTVc+dPitiXvFqB4PScb7QClNYK1g4q8HoXh4s= From: "ro 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:12:51 +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: ro 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: 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:12:51 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97119 --- Comment #3 from Rainer Orth --- (In reply to Ali Bahrami from comment #0) > Rainer did a one off experiment that showed that it would be > fairly easy to provide this. I'll leave it to him to describe. Right: initially I looked around trying to find a set of options to turn off generation of those .localalias* symbols, but was unable to find any. In an experiment to assess any testsuite impact of disabling their generati= on, I came up with the attached hack. It passed sparc-sun-solaris-2.11 testing without regressions, while on amd64-pc-solaris2.11 there was a single regression: +FAIL: gcc.dg/pr56727-1.c scan-assembler-not @(PLT|plt) (32-bit only).=