1 /* { dg-do compile } */
2 /* { dg-skip-if "" { powerpc*-*-darwin* } } */
3 /* { dg-options "-O3 -mdejagnu-cpu=power7" } */
4 /* { dg-require-effective-target powerpc_vsx } */
6 /* The bug shows up if you compile with -maltivec or -mcpu=power7, due to one
7 of the vector's being eliminated due to rs6000_macro_to_expand being called
14 struct vector vector
= { 1.0, 2.0, 3.0, 4.0 };