It is really odd that this was not noticed before, but we align long long int big[1024];
to 4 bytes on 32 bit systems. The problem is that we are only looking at the element type when getLargeArrayMinWidth return non zero. The attached patch fixes it. Cheers, Rafael
t.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
