On Tue, Dec 07, 1999 at 09:27:11PM +0100, Andrea Arcangeli wrote:
> main()
> {
>       int  p __attribute__((__aligned__(32)));
> }

This isn't a good test.  Do

struct foo
{
        int  p __attribute__((__aligned__(32)));
};

instead.


r~

Reply via email to