This is the mail archive of the gcc-bugs@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]

[Bug middle-end/53338] [4.8 Regression] Unaligned store generated for aligned data


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];


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]