From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2420B3959C51; Thu, 23 Apr 2020 15:48:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2420B3959C51 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587656909; bh=krEn7Ll6NOfExnts6MOTy+BtQzda154wTiO7oqh6NGY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i2WDnMww1yqguwTvtZDPdpYaGmh9JQfFkw4HStDKzfRjewB9X34MMFtA6k7Vgs8i8 xd5YYmftkRLMjPRZIIOtYl79hKDv5i657NNkKdGSlI6dLsK0qG7YJ9TWSXcOSTjGWC gfOt+kVP3a80eV/ilcMT5QFfByQ29DajNdUNIR6o= 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: Thu, 23 Apr 2020 15:48:27 +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: 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: Thu, 23 Apr 2020 15:48:29 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61577 Peter Bisroev changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peter.bisroev at groundlab= s 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 that option before. I will be able to test this out this weekend. Will let you k= now asap. Thanks! --peter=