diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c53f5531b1d..3d5e5fe38cf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-03-10 James Greenhalgh + + * gcc.dg/vect/pr65310.c (c): Reduce alignment to 4-bytes. + 2015-03-10 Oleg Endo * gcc.target/sh/pr54680.c: Add -fno-ipa-icf option. diff --git a/gcc/testsuite/gcc.dg/vect/pr65310.c b/gcc/testsuite/gcc.dg/vect/pr65310.c index 2fd51b4d23b..91aa904d564 100644 --- a/gcc/testsuite/gcc.dg/vect/pr65310.c +++ b/gcc/testsuite/gcc.dg/vect/pr65310.c @@ -5,7 +5,7 @@ struct a int a[100]; }; typedef struct a b __attribute__ ((aligned (32))); -typedef struct a c __attribute__ ((aligned (8))); +typedef struct a c __attribute__ ((aligned (4))); int t(b *a) {