blob: 44deb30cbefc5e4a2b26f9a79c3f151e56021afe [file] [log] [blame]
/* PR middle-end/19164 */
/* { dg-do compile } */
/* { dg-options "-mmmx" } */
typedef short int V __attribute__ ((vector_size (8)));
static V v = (V) 0x00FF00FF00FF00FFLL;