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] |
The memory model is not implementable on strict-alignment targets that do not have a byte store operation. But we previously said that ;)
Also consider global vars
char a; char b;
accessing them on strict-align targets may access adjacent globals (that's a problem anyway, also with alias analysis).
arm-elf OK sparc-linux OK ia64-linux OK alpha-linux OK, but only with -mbwx (byte addressability)
As usual, thanks. Aldy
Attachment:
curr
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |