On Mon, Apr 14, 2014 at 11:41:39AM +0200, Richard Biener wrote: > Bootstrap/regtest pending on x86_64-unknown-linux-gnu, ok for trunk > and branches (after 4.9.0)? > > Thanks, > Richard. > > 2014-04-14 Richard Biener <rguent...@suse.de> > Marc Glisse <marc.gli...@inria.fr> > > PR c/60819 > c-family/ > * c-common.c (convert_vector_to_pointer_for_subscript): Properly > apply may-alias properties of the vector type to the scalar pointer > type. > > * gcc.target/i386/vec-may_alias.c: New testcase.
Ok, thanks. > + return 0; > +} > + The trailing empty line in the testcase is unnecessary ;) Jakub