------- Comment #6 from rguenth at gcc dot gnu dot org 2008-02-05 12:38 ------- does making int a[N]; aligned fix it? That is int a[N] __attribute__((aligned(16))); ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085