[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2021-04-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #38 from Andrew Pinski --- It has been 2 years, does this still happen?

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2018-07-22 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #37 from The Written Word --- (In reply to The Written Word from comment #36) > I can build 4.9.3 on HP-UX 11.31/IA but not 4.9.4. So, looks like something > changed to break the build in 4.9.4. I reverted the patch for PR60465 and

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2018-07-21 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #36 from The Written Word --- (In reply to The Written Word from comment #35) > I am trying to build 4.9.4 with a patched 4.7.4 and am running into the > following failure: > /opt/build/china/gcc-4.9.4/.obj/./gcc/xgcc > -B/opt/build/

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2018-07-20 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #35 from The Written Word --- I am trying to build 4.9.4 with a patched 4.7.4 and am running into the following failure: /opt/build/china/gcc-4.9.4/.obj/./gcc/xgcc -B/opt/build/china/gcc-4.9.4/.obj/./gcc/ -B/opt/build/gcc49/ia64-hp-h

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2017-05-29 Thread ranjithas at hpe dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Ranjitha S changed: What|Removed |Added CC||ranjithas at hpe dot com --- Comment #34 fr

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2016-10-03 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #33 from Alexander --- build 4.9.x ok, only with workarounds in this conversation.

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2016-10-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Andrew Pinski changed: What|Removed |Added Status|RESOLVED|WAITING Last reconfirmed|

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2016-10-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2016-01-18 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #30 from The Written Word --- (In reply to The Written Word from comment #29) > (In reply to Alexander from comment #28) > > this one file should recompile with -O1 optimization > > Thanks. I rebuilt with charset.c with -O1 and it c

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2016-01-18 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #29 from The Written Word --- (In reply to Alexander from comment #28) > this one file should recompile with -O1 optimization Thanks. I rebuilt with charset.c with -O1 and it compiled. I resumed the build and the compile now fails w

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #28 from Alexander --- this one file should recompile with -O1 optimization

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #27 from The Written Word --- (In reply to John Buddery from comment #24) > You can use --disable-libgomp in the configure command, I had to do this on > my HP builds. I rebuilt without --disable-libgomp and get: /opt/build/gcc-4.8.

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #26 from The Written Word --- (In reply to Alexander from comment #25) > ../gcc-4.8.5/configure \ > --enable-languages=c,c++ > --prefix=/import/home/nskdvlp/CC_Libs/CC/ia64-hp-hpux_11.31_-64 \ > --with-local-prefix=/usr/CC/ia64-hp-hp

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #25 from Alexander --- ../gcc-4.8.5/configure \ --enable-languages=c,c++ --prefix=/import/home/nskdvlp/CC_Libs/CC/ia64-hp-hpux_11.31_-64 \ --with-local-prefix=/usr/CC/ia64-hp-hpux_11.31_-64 --with-gnu-as \ --with-as=/usr/local/bin/as

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread jvb at cyberscience dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #24 from John Buddery --- You can use --disable-libgomp in the configure command, I had to do this on my HP builds.

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #23 from The Written Word --- (In reply to Alexander from comment #22) > I tried using libgomp but is the same as your error has occurred. > After that , I only used libgmp, libmpc and libmpfr ( in the GCC source tree > ) . How do y

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #22 from Alexander --- I tried using libgomp but is the same as your error has occurred. After that , I only used libgmp, libmpc and libmpfr ( in the GCC source tree ) .

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-11 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #21 from The Written Word --- I built gcc-4.7.4 with the change to gcc/config/ia64/hpux.h of "#undef MAKE_DECL_ONE_ONLY" and just tried building gcc-4.8.5. Is anyone else seeing this when trying to build libgomp: /opt/build/gcc-4.8.5

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #20 from Alexander --- I have no issue to build it now. Only important thing that is sed must be GNU. (can check it in config.log)

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #19 from The Written Word --- The latest linker patch for HP-UX 11.23/IA is PHSS_44401 and the latest for HP-UX 11.31/IA is PHSS_44402. Both are dated 2015/10/24.

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread josephpattara at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #18 from Joseph John --- Alexander, You were also able to build build gcc using almost the latest linker ? My linker is nearly same as yours so I was thinking is it some linker bugs which causes issues for me as I saw some references

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread jvb at cyberscience dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #17 from John Buddery --- My ld is slightly older: ld: 92453-07 linker ld HP Itanium(R) B.12.42 IPF/IPF It may have been older still when I built gcc, as OS patches have been applied since then.

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #16 from Alexander --- there are ld -V ld: 92453-07 linker ld HP Itanium(R) B.12.62 IPF/IPF

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-01 Thread josephpattara at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #15 from Joseph John --- Hi John, What is the LD version you have in the system. MY LD version is below: -bash-4.3$ ld -V ld: 92453-07 linker ld HP Itanium(R) B.12.60 IPF/IPF The reason for my question is if I use default configure

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-10-20 Thread jvb at cyberscience dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #14 from John Buddery --- I did get a working 4.9.2 build, with the workaround from my earlier comment. It's a 32 bit build, bootstrapped with the hp 4.6.2 gcc distribution, my config line was: $ ../gcc-4.9.2/configure --disable-l

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-10-20 Thread josephpattara at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #13 from Joseph John --- Yes. i also tried without the mlp64 option both for building the 4.7.4 and also for building the 4.9.2 using the 4.7.4 but again I have the same issue. Means. * 4.7.4 build is successful. * 4.9.2 build fails a

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-10-19 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #12 from Alexander --- > SED=/usr/local/bin/sed CC="gcc -mlp64" CXX="g++ -mlp64" Unfortunetly, gcc for HPUX is a still 32-bit toolchain, sou should build it by default 32bit options (without -mlp64)

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-10-19 Thread josephpattara at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Joseph John changed: What|Removed |Added CC||josephpattara at gmail dot com --- Comment

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-07-28 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #10 from Alexander --- Have you try to examine core (dwarf-4) produced with this gcc configuration? Trying this has no luck with gdb-7.x (it is not working at all) One solution for me is a globally fallback to dwarf-2 (and use gdb 6.3

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-07-27 Thread jvb at cyberscience dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #9 from John Buddery --- I should clarify that the workaround above only works fully on 4.9.2 and earlier. >From 5.0 onwards, gcc seems to have a problem building 32 bit code for ia64-hpux. It doesn't emit intstructions to properly s

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-07-26 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #8 from Alexander --- PR 67022 was filed.

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-07-26 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Alexander changed: What|Removed |Added CC||alm at sibmail dot ru --- Comment #7 from Al

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-04-27 Thread jvb at cyberscience dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 John Buddery changed: What|Removed |Added CC||jvb at cyberscience dot com --- Comment #

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-02-03 Thread tgard at opentext dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Torbjörn Gard changed: What|Removed |Added Attachment #34656|0 |1 is obsolete|

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-02-03 Thread tgard at opentext dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #4 from Torbjörn Gard --- Created attachment 34656 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34656&action=edit top level config.log

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-02-03 Thread tgard at opentext dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #3 from Torbjörn Gard --- Created attachment 34655 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34655&action=edit confg.log for libgcc

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-02-03 Thread tgard at opentext dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #2 from Torbjörn Gard --- Created attachment 34654 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34654&action=edit Using truss for the compile: Note that cc1 command does not exist

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-02-03 Thread tgard at opentext dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Torbjörn Gard changed: What|Removed |Added CC||tgard at opentext dot com --- Comment #1