From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A5AF383F84A; Sat, 2 May 2020 04:14:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A5AF383F84A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588392876; bh=XsNvDB04wDywlH1r8wOkhYtbZvCwKwHF5WsdR5p35V0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ynqcCAakn5BrX1V4ygiwOKDVQjFIub0K3jt6NtCLn7BMKLowHFV/UlWgcfTvZW4F0 jW2+l7NuDMW6nJ+Kpix43yE1E7sRJNiqWMbigbIrIXl5LJNTA0iSs7sh4gNKwitqTE dRSheP3O26VBbQlSOTlOsNG8E52HsVcN4v823nFw= From: "peter.bisroev at groundlabs dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64 Date: Sat, 02 May 2020 04:14:35 +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: peter.bisroev at groundlabs dot com 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: Sat, 02 May 2020 04:14:36 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61577 --- Comment #209 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. I have tried linker option "-Wl,-O" but it = does not seem to make any difference. I used gcc 4.7.4 compiled with --enable-co= mdat option as per my comment 181 and get the same number of PCREL21B errors as before. I wonder if HPs linker does garbage collection after it deals with = all the relocations first. Looks like we might have to get the fix into GNU AS first to get PCREL60B working. I will try to look into how we can get this done hopefully next weekend. Thanks! --peter=