From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8B46A3858415; Thu, 2 Sep 2021 01:05:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B46A3858415 From: "me at larbob dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 Date: Thu, 02 Sep 2021 01:05:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: me at larbob dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX 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, 02 Sep 2021 01:05:42 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61359 --- Comment #6 from Larkin Nickle --- (In reply to Larkin Nickle from comment #5) > I am also running into this on HP-UX 11.23 on PA-RISC. I've started with > HP's distribution of GCC 4.7.1 and have attempted to build 4.7.4, 4.8.5, = and > 4.9.4 and have gotten this same error. I can build 4.9.4 successfully if I > disable libquadmath, but trying to build 4.9.4 with it enabled with the > no-quadmath 4.9.4 build results in the same error. I'm configuring GCC as follows: ../../sources/gcc-4.9.4/configure --prefix=3D/usr/util/gcc/gcc-4.9.4 --disa= ble -nls --enable-languages=3Dc,c++ --with-gmp=3D/usr/util/gcc/gmp-6.1.0 --with-mpfr=3D/us r/util/gcc/mpfr-3.1.6 --with-mpc=3D/usr/util/gcc/mpc-1.0.3 --without-gnu-ld --with -gnu-as --with-as=3D/usr/util/gcc/binutils-2.25/bin/as CONFIG_SHELL=3D/usr/util/bin/ bash AWK=3D/usr/util/bin/awk SED=3D/usr/util/bin/sed=