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] | |
Oh, I see, you want the compiler to figure stuff out for you.
Unfortunately, that won't work. You need to write the 32-bit read/modify/write instructions yourself.
There is nothing in gcc which will force it to use 32-bit memory accesses if you don't explicitly write 32-bit memory accesses.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |