This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc-64 on HP-UX 11.00


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]