1 /* { dg-do compile } */
2 /* { dg-require-effective-target powerpc_altivec_ok } */
3 /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=cell" } } */
4 /* { dg-options "-O2 -maltivec -mabi=altivec -mcpu=cell" } */
7 /* This used to ICE with reloading of a constant address. */
11 vector
float * a
= (void*)16;
12 return vec_lvlx (0, a
);