This is the mail archive of the gcc-help@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 struct maintains its 8-byte alignment even though nothing inside of it requires 8-byte alignment any more.
When I try that with a powerpc-eabi compiler, it appears to generates a struct with a size of 12 bytes and an alignment of 4 bytes. Do you not see that with a Darwin compiler? What target are you configuring for? What sources are you using?
-- http://nondot.org/sabre/ http://llvm.org/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |