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 Mon, Dec 10, 2001 at 12:48:27AM -0500, David Edelsohn wrote:
> 	Remove them where?  In the common part of the compiler?  Remember
> that the problem is not the macros ...

No, that's wrong.  The problem _is_ the macros.  The fact that
we can't know that the macro won't add implicit alignment.

> 	You want assemble_real_1() to be rewritten to not use
> ASM_OUTPUT_XXX macros?

The ASM_OUTPUT_FLOAT etc macros, yes.  I want it to use 
assemble_integer.


r~


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