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] | |
--- Begin Message ---
- From: Michael Trimarchi <trimarchi at gandalf dot sssup dot it>
- To: linux-arm-toolchain at lists dot arm dot linux dot org dot uk
- Date: Sun, 19 Nov 2006 11:11:44 +0100
- Subject: ARM char array on stack
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] |