This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix variant of PR60819


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]