From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22773 invoked by alias); 9 Jun 2014 14:48:49 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22162 invoked by uid 48); 9 Jun 2014 14:48:43 -0000 From: "kplatz at utdallas dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 Date: Mon, 09 Jun 2014 14:48:00 -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: kplatz at utdallas dot edu X-Bugzilla-Status: WAITING 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: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg00624.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359 --- Comment #2 from Kenneth Platz --- I attempted to build the gcc-4.9.0 release, and it bombs out in libquadmath: gmake[4]: Leaving directory `/nfshomes/platzk/gnu/gcc-build/4.9.0/hppa2.0w-hp-hpux11.23/libffi/include' Making all in testsuite In file included from ../../../../gcc-4.9.0/libquadmath/math/x2y2m1q.c:19:0: ../../../../gcc-4.9.0/libquadmath/quadmath-imp.h:55:3: error: #error "No way!" # error "No way!" This appears to occur when there is no UINT_64 detected. This is on a PA-RISC 2.0 system, so the "unsigned long long" data type is available.