------- Comment #10 from joel at gcc dot gnu dot org 2008-12-03 20:35 ------- I have attached e.log which contains the warnings. All of the warnings in ppc-instructions are for taking the address of a double and casting it as an unsigned64 *.
ld-insn.c:814 is a print so that's irrelevant. I could probably fix the warnings in ppc-instructions by defining a union with a double and unsigned64, using the double field and taking the address of the unsigned64 field. But I don't that it is related. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38387