/* { dg-do compile } *//* { dg-require-effective-target powerpc_altivec_ok } *//* { dg-options "-O2 -maltivec -mabi=altivec -mcpu=cell" } */#include<altivec.h>/* This used to ICE with reloading of a constant address. */vectorfloatf(void){vectorfloat*a=(void*)16;returnvec_lvlx(0,a);}