From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D5A89386F809; Wed, 13 May 2020 18:03:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5A89386F809 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589392994; bh=yEuvF3m21VXl987UjBu1mh6lkFnNuP489bGfzUpqgYY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B/6oBW6MPwW/JHSWCXFonRuHLqDoginKi06MygonHsh8NcZUyiGEDWo3SuZlM7wIg afL8fujpVeXOJONZ2L7kMQKhGZZHsaB2yBJLxQL9CUy/0a7D556MQZich+AkdK7D5P Op+o+I8yL4vWSofYzz1qTRIihAG4AY/AyoHK+U0I= From: "jared.martinsen at fiserv 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: Wed, 13 May 2020 18:03:13 +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: jared.martinsen at fiserv 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: Wed, 13 May 2020 18:03:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61577 Jared changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jared.martinsen at fiserv = dot com --- 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]=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?=