This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-64 on HP-UX 11.00
- From: law at redhat dot com
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: h dot m dot brand at hccnet dot nl (H.Merijn Brand), gcc at gcc dot gnu dot org
- Date: Mon, 15 Apr 2002 09:36:32 -0600
- Subject: Re: gcc-64 on HP-UX 11.00
- Reply-to: law at redhat dot com
In message <200204131603.g3DG3qut006131@hiauly1.hia.nrc.ca>, "John David Anglin
" writes:
> > gv.c: In function `Perl_amagic_call':
> > gv.c:1707: warning: unused variable `Perl___notused'
> > gv.c:1727: warning: unused variable `Perl___notused'
> > gv.c:1772: output_operand: invalid expression as operand
>
> I believe that the enclosed patch fixes the above problem. However, it's
> not the end of the problems. In my build, miniperl seg faults when it first
> runs. Don't know if this is a gcc or perl problem.
>
> The patch has passed bootstrap and regression testing. However, I want
> to study the matter further as it possible this can happen on any PA2.0
> machine, and not just TARGET_64BIT machines.
Hmm, my question would be why didn't we use a general register as the
destination? I guess it's technically possible to get into the
situation you're trying to fix, but it may be happening due to problems
elsewhere.
jeff