This is the mail archive of the gcc-patches@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: ICE outputting unaligned fp constant on powerpc-apple-darwin5.1


On Wed, Dec 05, 2001 at 10:28:48AM -0800, Stuart Hastings wrote:
> There are several possible fixes, all unpalatable. Either we 1) delete
> the check, 2) pass down more information to facilitate a smarter
> check, or 3) conditionalize it away for PPC.

(4) Remove support for assembler directives to emit fp constants
and instead just render the fp constant as integers.  That's what
most of the ASM_OUTPUT_DOUBLE etc macros do anyway.


r~


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