Daniel Jacobowitz <drow@mvista.com> writes:
> If I use a 3.3-branch compiler and this testcase:
>
> struct s { int i[17]; };
> int f (struct s x)
> {
> return x.i[16];
> }
>
> then the struct is passed by value for little endian and by reference for
> big endian.
You're right, sorry, the entry should read "Endianness: big"
not "Endiannes: either".
Richard