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: Unaligned block moves and MEM_ALIGN re-broken


>>>>> Richard Kenner writes:

Richard> Right.  But it can only put it in registers if the alignment
permits it. 

Richard> No, it represents *both*.  It refers to a 64-bit object whose
Richard> alignment is MIN (64, BIGGEST_ALIGNMENT).

	The AIX ABI allows doubles to be word-aligned.  According to your
argument, DFmode values in structures on AIX never should be in FPRs.  You
are changing the semantics of MODE in GCC, which is unacceptable.

	I ask you again, fix this problem which you have introduced.

David


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