Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: gcc/gcc/testsuite/gcc.dg/vect/Os-vect-95.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gcc/gcc/testsuite/gcc.dg/vect/Os-vect-95.c
diff --git a/gcc/gcc/testsuite/gcc.dg/vect/Os-vect-95.c b/gcc/gcc/testsuite/gcc.dg/vect/Os-vect-95.c
index be7168b30ff787935bc7cae319ba83cd8d628515..8f6e53a6f96dd05826487e91d003a066e5c05eee 100644
--- a/gcc/gcc/testsuite/gcc.dg/vect/Os-vect-95.c
+++ b/gcc/gcc/testsuite/gcc.dg/vect/Os-vect-95.c
@@ -41,8 +41,8 @@ main1 (int n, float * __restrict__ pd, float * __restrict__ pa, float * __restri
int main (void)
{
int i;
- float a[N] __attribute__ ((__aligned__(16)));
- float d[N+1] __attribute__ ((__aligned__(16)));
+ float a[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
+ float d[N+1] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
float b[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57};
float c[N] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19};
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/va-arg-2.c ('k') | gcc/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-31.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698