[parisc-linux] Re: 64-bit long double support.

John David Anglin dave at hiauly1.hia.nrc.ca
Thu Nov 16 22:35:56 MST 2006


> http://gcc.gnu.org/PR29114

This has nothing to do with the discussion about long double support.

>From the PR, this only occurs in a cross from 64-bit host to 32-bit target.
There's no 64-bit parisc-linux host...

It would appear that the adddi3 expander in pa.md isn't used for some
reason in the initial code expansion as it would reject the insn.  You
are in the best position to determine where the insn is being emitted from.
It could be being emitted from the generic code or the PA backend.  Try
breaks on emit_move_sequence, emit_insn, emit_insn_after or emit_insn_before
and see if you can find where the insn is being emitted.

Dave
-- 
J. David Anglin                                  dave.anglin at nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)



More information about the parisc-linux mailing list