http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53338

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-13 19:26:55 
UTC ---
(In reply to comment #0)
> Following testcase:
> 
> --cut here--
> #define SIZE 10240
> 
> int b[SIZE], c[SIZE];
> long long __attribute__((__aligned__ (128))) a[SIZE];

This line should read:

long a[SIZE];

Reply via email to