On Tue, 7 Dec 1999, Richard Henderson wrote:

>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.

I think my test was just good enough. IIRC the problem was that the old
good gcc disliked the sintax (it doesn't matter what it was used for).

Andrea

Reply via email to