[Bug target/43941] Impossible to build any version beyond 4.2.4

2010-05-11 Thread h dot m dot brand at xs4all dot nl
--- Comment #5 from h dot m dot brand at xs4all dot nl 2010-05-11 15:54 --- Subject: Re: Impossible to build any version beyond 4.2.4 On 5 May 2010 20:54:53 -, sje at cup dot hp dot com gcc-bugzi...@gcc.gnu.org wrote: --- Comment #4 from sje at cup dot hp dot com 2010-05

[Bug target/43941] Impossible to build any version beyond 4.2.4

2010-04-30 Thread h dot m dot brand at xs4all dot nl
--- Comment #2 from h dot m dot brand at xs4all dot nl 2010-04-30 09:15 --- I did state that I use gcc-4.2.4 as host compiler. configure sequence: --8--- export LD_PXDB=/usr/bin/true export CONFIG_SITE= export CC=gcc export CFLAGS=-mlp64 -fPIC export CCFLAGS=-mlp64 -fPIC export

[Bug bootstrap/43941] New: Impossible to build any version beyond 4.2.4

2010-04-29 Thread h dot m dot brand at xs4all dot nl
: UNCONFIRMED Severity: blocker Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: h dot m dot brand at xs4all dot nl GCC build triplet: ia64-hp-hpux11.31 GCC host triplet: ia64-hp-hpux11.31 GCC target triplet

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-23 Thread h dot m dot brand at xs4all dot nl
--- Comment #22 from h dot m dot brand at xs4all dot nl 2006-03-23 18:11 --- http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-03/msg00524.html shows that I've been trying to pin the perl5 failure related to this too, but I'm kinda stuck for now. -- http://gcc.gnu.org

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-13 Thread h dot m dot brand at xs4all dot nl
--- Comment #19 from h dot m dot brand at xs4all dot nl 2006-03-13 18:03 --- As development perl was unable to complete it's testsuite with the installed 4.1.0/64, I went back to 4.0.3, where all works well. FYI pack and udp failures. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-12 Thread h dot m dot brand at xs4all dot nl
--- Comment #17 from h dot m dot brand at xs4all dot nl 2006-03-12 12:26 --- Super! I moved binutil's ld out of the way, removed those two default CCFLAGS, Conf/Build/Install worked fine. r3:/pro/3gl/CPAN/perl-current 129 /usr/local/pa20_64/bin/gcc --version gcc (GCC) 4.1.0 Copyright

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-11 Thread h dot m dot brand at xs4all dot nl
--- Comment #13 from h dot m dot brand at xs4all dot nl 2006-03-11 17:11 --- HP-UX 11.00: 8406 100555 -r-x1 bin864256 25 Jan 2005 06:52 /usr/ccs/bin/ld: $Revision: 92453-07 linker linker crt0.o B.11.37 040218 $ HP aC++ B3910B A.03.52 Classic

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-11 Thread h dot m dot brand at xs4all dot nl
--- Comment #14 from h dot m dot brand at xs4all dot nl 2006-03-11 19:00 --- found the binutils snapshots r3:/pro/3gl/GNU/gcc 131 gas --version GNU assembler 060311 20060311 Copyright 2005 Free Software Foundation, Inc. This program is free software; you may redistribute it under

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-05 Thread h dot m dot brand at xs4all dot nl
--- Comment #11 from h dot m dot brand at xs4all dot nl 2006-03-05 16:46 --- To Steven: I'm not pushing, but IMHO, I think it could be said that it is a bug in gcc if gcc does not generate valid HP PA-RISC assembly code *as understood by the native compiler*. To Andrew: For the last

[Bug c/26508] New: 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-01 Thread h dot m dot brand at xs4all dot nl
at gcc dot gnu dot org ReportedBy: h dot m dot brand at xs4all dot nl GCC build triplet: hppa64-hp-hpux11.11 GCC host triplet: hppa64-hp-hpux11.11 GCC target triplet: hppa64-hp-hpux11.11 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-01 Thread h dot m dot brand at xs4all dot nl
--- Comment #1 from h dot m dot brand at xs4all dot nl 2006-03-01 12:56 --- Same on HP-UX 11.00, where I used gcc-4.0.2/64 as initial compiler The initial compiler for the original 11i (11.11v1) report was gcc-3.4.5/64 stage1/xgcc -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.00/bin

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-01 Thread h dot m dot brand at xs4all dot nl
--- Comment #3 from h dot m dot brand at xs4all dot nl 2006-03-01 13:15 --- GNU assembler 2.16.1 Copyright 2005 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-01 Thread h dot m dot brand at xs4all dot nl
--- Comment #4 from h dot m dot brand at xs4all dot nl 2006-03-01 13:45 --- (temporary) workaround: .../obj-64/gcc cat xx.c int _not_called_but_just_to_force_ref () { __deregister_frame_info (); __register_frame_info (); return (0); } /* ... */ .../obj-64/gcc stage1

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-01 Thread h dot m dot brand at xs4all dot nl
--- Comment #6 from h dot m dot brand at xs4all dot nl 2006-03-01 15:01 --- Continuing ... .../obj-64/gcc cat xx.c int _not_called_but_just_to_force_ref () { __deregister_frame_info (); __register_frame_info (); return (0); } /* ... */ .../obj-64/gcc stage1/xgcc

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-01 Thread h dot m dot brand at xs4all dot nl
--- Comment #7 from h dot m dot brand at xs4all dot nl 2006-03-01 15:21 --- echo stage3_build stage_last Bootstrap complete - make quickstrap to redo last build, or cleanstrap to redo the bootstrap from scratch. make[1]: Leaving directory `/pro/3gl/GNU/gcc/obj-64/gcc' Comparing

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC

2006-03-01 Thread h dot m dot brand at xs4all dot nl
--- Comment #8 from h dot m dot brand at xs4all dot nl 2006-03-01 15:54 --- Using HP's 'as' is not an option (which in turn might be called a gcc bug) ./xgcc -B./ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -isystem /usr/local/pa20_64/hppa64-hp-hpux11.11/include -isystem /usr/local

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-11 Thread h dot m dot brand at xs4all dot nl
--- Comment #17 from h dot m dot brand at xs4all dot nl 2005-10-11 14:37 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 6 Oct 2005 17:24:10 -, dje at gcc dot gnu dot org [EMAIL PROTECTED] wrote: Now that all seems to be in more or less working order, and gcc-4.1

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-11 Thread h dot m dot brand at xs4all dot nl
--- Comment #18 from h dot m dot brand at xs4all dot nl 2005-10-11 14:52 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 11 Oct 2005 14:37:31 -, h dot m dot brand at xs4all dot nl [EMAIL PROTECTED] wrote: Ignore the AIX 4.3 question: I've raised the limits

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-06 Thread h dot m dot brand at xs4all dot nl
--- Comment #11 from h dot m dot brand at xs4all dot nl 2005-10-06 06:33 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 6 Oct 2005 04:30:37 -, dje at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #10 from dje at gcc dot gnu dot org 2005-10-06 04

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-06 Thread h dot m dot brand at xs4all dot nl
--- Comment #12 from h dot m dot brand at xs4all dot nl 2005-10-06 08:44 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 6 Oct 2005 06:33:16 -, h dot m dot brand at xs4all dot nl [EMAIL PROTECTED] wrote: --- Comment #11 from h dot m dot brand at xs4all dot nl

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-06 Thread h dot m dot brand at xs4all dot nl
--- Comment #14 from h dot m dot brand at xs4all dot nl 2005-10-06 14:04 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 6 Oct 2005 13:30:56 -, dje at watson dot ibm dot com [EMAIL PROTECTED] wrote: --- Comment #13 from dje at watson dot ibm dot com 2005

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-04 Thread h dot m dot brand at xs4all dot nl
--- Comment #6 from h dot m dot brand at xs4all dot nl 2005-10-04 14:24 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 2 Oct 2005 13:23:41 -, h dot m dot brand at xs4all dot nl [EMAIL PROTECTED] wrote: --- Comment #5 from h dot m dot brand at xs4all dot nl

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-04 Thread h dot m dot brand at xs4all dot nl
--- Comment #8 from h dot m dot brand at xs4all dot nl 2005-10-04 19:13 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 4 Oct 2005 15:00:17 -, dje at watson dot ibm dot com [EMAIL PROTECTED] wrote: --- Comment #7 from dje at watson dot ibm dot com 2005

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-02 Thread h dot m dot brand at xs4all dot nl
--- Comment #5 from h dot m dot brand at xs4all dot nl 2005-10-02 13:23 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 2 Oct 2005 04:45:37 -, dje at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #4 from dje at gcc dot gnu dot org 2005-10-02 04:45

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-09-30 Thread h dot m dot brand at xs4all dot nl
--- Additional Comments From h dot m dot brand at xs4all dot nl 2005-09-30 18:06 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 30 Sep 2005 16:23:07 -, dje at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Additional Comments From dje at gcc dot gnu dot

[Bug c/24119] New: gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-09-29 Thread h dot m dot brand at xs4all dot nl
Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: h dot m dot brand at xs4all dot nl CC: gcc-bugs at gcc dot gnu dot org GCC build triplet