public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23
@ 2014-05-29 18:11 kplatz at utdallas dot edu
  2014-06-02  8:00 ` [Bug target/61359] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kplatz at utdallas dot edu @ 2014-05-29 18:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359

            Bug ID: 61359
           Summary: GCC Bootstrap comparison failures on
                    hppa2.0w-hp-hpux11.23
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kplatz at utdallas dot edu

Comparing stages 2 and 3
warning: gcc/cc1-checksum.o differs
warning: gcc/cc1plus-checksum.o differs
warning: gcc/cc1obj-checksum.o differs
warning: hppa2.0w-hp-hpux11.23/libgcc/lib2funcs_s.o differs
warning: hppa2.0w-hp-hpux11.23/libgcc/lib2funcs.o differs
Bootstrap comparison failure!
gcc/c-family/c-ppoutput.o differs
libcpp/errors.o differs
libcpp/files.o differs
libcpp/directives-only.o differs
libcpp/identifiers.o differs
libcpp/directives.o differs
libcpp/line-map.o differs
libcpp/charset.o differs
libcpp/lex.o differs
libcpp/expr.o differs
libcpp/macro.o differs
libcpp/traditional.o differs
libcpp/pch.o differs
libcpp/init.o differs
gmake[2]: *** [compare] Error 1
gmake[2]: Leaving directory `/nfshomes/platzk/gnu/gcc-build'
gmake[1]: *** [stage3-bubble] Error 2
gmake[1]: Leaving directory `/nfshomes/platzk/gnu/gcc-build'
gmake: *** [all] Error 2


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23
  2014-05-29 18:11 [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 kplatz at utdallas dot edu
@ 2014-06-02  8:00 ` rguenth at gcc dot gnu.org
  2014-06-09 14:48 ` kplatz at utdallas dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-02  8:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-06-02
          Component|bootstrap                   |target
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Can you try the head of the GCC 4.9 branch (or a recent snapshot)?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23
  2014-05-29 18:11 [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 kplatz at utdallas dot edu
  2014-06-02  8:00 ` [Bug target/61359] " rguenth at gcc dot gnu.org
@ 2014-06-09 14:48 ` kplatz at utdallas dot edu
  2014-11-26  3:11 ` danglin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kplatz at utdallas dot edu @ 2014-06-09 14:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359

--- Comment #2 from Kenneth Platz <kplatz at utdallas dot edu> ---
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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23
  2014-05-29 18:11 [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 kplatz at utdallas dot edu
  2014-06-02  8:00 ` [Bug target/61359] " rguenth at gcc dot gnu.org
  2014-06-09 14:48 ` kplatz at utdallas dot edu
@ 2014-11-26  3:11 ` danglin at gcc dot gnu.org
  2021-09-02  0:59 ` me at larbob dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-11-26  3:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> ---
No response.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23
  2014-05-29 18:11 [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 kplatz at utdallas dot edu
                   ` (2 preceding siblings ...)
  2014-11-26  3:11 ` danglin at gcc dot gnu.org
@ 2021-09-02  0:59 ` me at larbob dot org
  2021-09-02  1:05 ` me at larbob dot org
  2021-09-02 14:29 ` me at larbob dot org
  5 siblings, 0 replies; 7+ messages in thread
From: me at larbob dot org @ 2021-09-02  0:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359

Larkin Nickle <me at larbob dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me at larbob dot org

--- Comment #5 from Larkin Nickle <me at larbob dot org> ---
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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23
  2014-05-29 18:11 [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 kplatz at utdallas dot edu
                   ` (3 preceding siblings ...)
  2021-09-02  0:59 ` me at larbob dot org
@ 2021-09-02  1:05 ` me at larbob dot org
  2021-09-02 14:29 ` me at larbob dot org
  5 siblings, 0 replies; 7+ messages in thread
From: me at larbob dot org @ 2021-09-02  1:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359

--- Comment #6 from Larkin Nickle <me at larbob dot org> ---
(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=/usr/util/gcc/gcc-4.9.4 --disable
-nls --enable-languages=c,c++ --with-gmp=/usr/util/gcc/gmp-6.1.0
--with-mpfr=/us
r/util/gcc/mpfr-3.1.6 --with-mpc=/usr/util/gcc/mpc-1.0.3 --without-gnu-ld
--with
-gnu-as --with-as=/usr/util/gcc/binutils-2.25/bin/as
CONFIG_SHELL=/usr/util/bin/
bash AWK=/usr/util/bin/awk SED=/usr/util/bin/sed

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23
  2014-05-29 18:11 [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 kplatz at utdallas dot edu
                   ` (4 preceding siblings ...)
  2021-09-02  1:05 ` me at larbob dot org
@ 2021-09-02 14:29 ` me at larbob dot org
  5 siblings, 0 replies; 7+ messages in thread
From: me at larbob dot org @ 2021-09-02 14:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359

--- Comment #7 from Larkin Nickle <me at larbob dot org> ---
For anyone finding this in the future, I'm guessing 32-bit builds of GCC on
HP-UX+PA-RISC were just broken for a while. Building 5.5.0 with libquadmath
enabled worked fine.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-02 14:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-29 18:11 [Bug bootstrap/61359] New: GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23 kplatz at utdallas dot edu
2014-06-02  8:00 ` [Bug target/61359] " rguenth at gcc dot gnu.org
2014-06-09 14:48 ` kplatz at utdallas dot edu
2014-11-26  3:11 ` danglin at gcc dot gnu.org
2021-09-02  0:59 ` me at larbob dot org
2021-09-02  1:05 ` me at larbob dot org
2021-09-02 14:29 ` me at larbob dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).