[PATCH] Fix variant of PR60819

Jakub Jelinek jakub@redhat.com
Mon Apr 14 09:48:00 GMT 2014


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  <rguenther@suse.de>
> 	Marc Glisse  <marc.glisse@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



More information about the Gcc-patches mailing list