--- Comment #25 from danglin at gcc dot gnu dot org 2006-04-09 20:39
---
This should now be fixed on trunk and 4.1. Note however, that the
dwarf2 EH support is broken with GNU ld. libgfortran doesn't build.
There are a few testsuite fails beyond that with HP ld.
--
danglin at gcc
--- Comment #24 from danglin at gcc dot gnu dot org 2006-04-09 18:56
---
Subject: Bug 26508
Author: danglin
Date: Sun Apr 9 18:56:23 2006
New Revision: 112808
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112808
Log:
PR target/26508
* config.gcc (hppa*64*-*-hp
--- Comment #23 from danglin at gcc dot gnu dot org 2006-04-09 18:32
---
Subject: Bug 26508
Author: danglin
Date: Sun Apr 9 18:32:16 2006
New Revision: 112807
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112807
Log:
PR target/27034
PR target/26508
* c
--- 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/bu
--- Comment #21 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-23
17:49 ---
Subject: Re: 4.1.0 doesn't build in 64bit on PA-RISC
> stage1/xgcc -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -g -O2
> -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prot
--- Comment #20 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-13
18:10 ---
Subject: Re: 4.1.0 doesn't build in 64bit on PA-RISC
> 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 an
--- 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?id
--- Comment #18 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-12
22:05 ---
Subject: Re: 4.1.0 doesn't build in 64bit on PA-RISC
> (I tried to close this bug, but I got re-assign errors. Using Opera 9)
Don't. This is a regression. It's caused by the addition of EH exception
su
--- 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
--- Comment #16 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-12
00:29 ---
Subject: Re: 4.1.0 doesn't build in 64bit on PA-RISC
> # BUNDLE.PHSS_30969 1.0
> ld(1) and linker tools cumulative patch
> # QPK1100.PHSS_28869
--- Comment #15 from dave at hiauly1 dot hia dot nrc dot ca 2006-03-11
23:57 ---
Subject: Re: 4.1.0 doesn't build in 64bit on PA-RISC
> found the binutils snapshots
Looking at your report, I see that you configured with GNU ld.
Don't use it, it needs work. HP as isn't usable with C+
--- 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 the
--- 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 Iost
--- Comment #12 from danglin at gcc dot gnu dot org 2006-03-11 15:14
---
> /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '__deregister_frame_info' in
> load module 'build/gencodes'
Which HP linker patch are you using? There is a problem with the most
recent couple of patch releases
--- 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 re
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-03-05 15:51
---
(In reply to comment #7)
> Bootstrap comparison failure!
> ./attribs.o differs
> ./c-aux-info.o differs
> ./c-common.o differs
Yes this is because HPUX's as puts in timestamps into the .s file
Please read:
http://
--- Comment #9 from steven at gcc dot gnu dot org 2006-03-02 17:47 ---
Not being able to use the HP assembler is definitely not a GCC bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508
--- 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/p
--- 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 s
--- 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 -Bs
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-01 14:37 ---
Can you try without using the GNU binutils because this looks like a bug in
binutils and not in GCC?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508
--- 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
--- 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 no warran
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-01 13:04 ---
http://www.cygwin.com/ml/binutils/2002-07/msg00702.html
What binutils version are you using?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508
--- 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/
25 matches
Mail list logo