This is the mail archive of the gcc-bugs@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: [Bug target/26721] [4.2 Regression]: Gcc generates unaligned access



On Mar 16, 2006, at 7:37 PM, schwab at suse dot de wrote:




------- Comment #15 from schwab at suse dot de 2006-03-17 00:37 -------
Both alpha and sparc can emulate unaligned accesses, and both set
STRICT_ALIGNMENT.

And PPC can emulate unalgined access (and does by default) and it sets STRICT_ALIGNMENT to 0. Lets define it correctly for new targets if they implement unaligned access in software.


-- Pinski



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