aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/vmx/cw-bug-3.c
blob: 511a7e0ae9d32495710c24bfbf6ba509a2c18317 (plain)
1
2
3
4
5
/* { dg-do compile } */
#include <altivec.h>
vector signed short hamming_window[1] = {
  {2621,  2623,  2629,  2638, 2651,  2668,  2689,  2713}
};