This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix variant of PR60819
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Richard Biener <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 14 Apr 2014 11:48:13 +0200
- Subject: Re: [PATCH] Fix variant of PR60819
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 11 dot 1404141023120 dot 31108 at zhemvz dot fhfr dot qr> <alpine dot LSU dot 2 dot 11 dot 1404141139260 dot 31108 at zhemvz dot fhfr dot qr>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
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