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]

[Fwd: ARM char array on stack]



--- Begin Message ---
Hi,
if I define this type:

typedef unsigned char UCHAR __attribute__((aligned(32)));

void func(void) {
char example;
UCHAR vector[40];
...


}


The vector array is 4 byte alignment in any case?

Regards Michael






--- End Message ---

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