From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A65CF3959C94; Thu, 23 Apr 2020 16:50:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A65CF3959C94 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587660609; bh=yDsXmD01zJgWizNr+8sO4eX4QEOpnuPLAFpijsr3H4o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VHJTjCYzbZpyxnUKohCGC284KnuDRpvrAHg5VOo3oAP9NXAJMuvfsiR73bmL35oU6 o4JcPd66YZz+zMsdi9LvxT7EbLIk0Ku+7klMdqPyohqjSBN0or9h1u+3TnuZPl67Y9 1rXqulTxLmp1cL2nS9iYO2cPSrXLySTLC++iWB0Y= From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64 Date: Thu, 23 Apr 2020 16:50:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: major X-Bugzilla-Who: dave.anglin at bell dot net 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: Thu, 23 Apr 2020 16:50:09 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61577 --- Comment #208 from dave.anglin at bell dot net --- On 2020-04-23 11:48 a.m., peter.bisroev at groundlabs dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61577 > > Peter Bisroev changed: > > What |Removed |Added > -------------------------------------------------------------------------= --- > CC| |peter.bisroev at groundl= abs dot co > | |m > > --- Comment #207 from Peter Bisroev = --- > (In reply to dave.anglin from comment #206) >> Does adding the linker option "-Wl,-O" help to reduce the size of cc1 and >> cc1plus? > Hi Dave, sorry for the delayed response. That is a good catch, I missed t= hat > option before. I will be able to test this out this weekend. Will let you= know > asap. I saw it perusing the comments for weak support on PA-RISC.=C2=A0 I believe= that I found that shared libraries are automatically garbage collected but applications are not. Dave=