From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9411A3954C78; Wed, 13 May 2020 19:04:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9411A3954C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589396647; bh=fN+aGTpa0yc60cMvG8tt/HAh0HGAyKEugVnQm8uEhRA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZU+0i0CMQe35XDDCzqlZlO9hRYLil/Y7fwD0iZkl7nOVOyzG2tTDez2LgChik2ELt iFrNOoZ6FbEykCJKgVIZP2YyR+aKBkkAOpr3w0kUnULYMFB4ior/E1We0XdmEgdex+ Xe1qhCozKBWGBG9zz/QGlwmwIK/cr6qCPw/brv34= 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: Wed, 13 May 2020 19:04:07 +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: Wed, 13 May 2020 19:04:07 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61577 --- Comment #212 from dave.anglin at bell dot net --- On 2020-05-13 2:03 p.m., jared.martinsen at fiserv dot com wrote: > --- Comment #211 from Jared --- > Are these errors the same as described above? > > It give the following 2 errors: > ld: The value 0xfffffffffe38a260 does not fit when applying the relocation > PCREL21B for symbol ".text" at offset 0x22 in > section index 222 of file > /library/home/build/tapecut5/code/lib/libsubo.a[file1.o] > ld: The value 0xfffffffffe587970 does not fit when applying the relocation > PCREL21B for symbol ".text" at offset 0x22 in > section index 2125 of file > /library/home/build/tapecut5/code/lib/libsubo.a[file2.o] Yes.=C2=A0 Most likely these are references to weak symbols.=C2=A0 Compilin= g with -Os might help. >=20=20 > > > Using gcc version 4.2.3. On 64 bit HP-UX > Here is the raw command line. > /usr/local/bin/g++ /library/home/build/tapecut5/code/obj/ocu00.o -z > -L/usr/local/lib/hpux32 -lxerces-c -lxerces-depdom - > L/opt/eloquence/8.2/lib/hpux32 -leqdb -limage3k -lfwutil > -L/library/home/build/tapecut5/code/lib -lsubo -lsubr -L/librar > y/home/build/tapecut5/code/spx/lib -lspx -lm -lcrypto -lssl -o > /library/home/build/tapecut5/code/bin/spectrum=20 > > Is there a fix for this? Newer compiler or an option? > No.=C2=A0 They block building latter versions of gcc that require g++.=