This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: OpenACC declare directive updates
- From: Jakub Jelinek <jakub at redhat dot com>
- To: James Norris <jnorris at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 6 Nov 2015 20:49:09 +0100
- Subject: Re: OpenACC declare directive updates
- Authentication-results: sourceware.org; auth=none
- References: <5637692F dot 7050306 at codesourcery dot com> <5639FAC0 dot 2090104 at codesourcery dot com> <20151106193127 dot GI5675 at tucnak dot redhat dot com> <563D0345 dot 7010208 at codesourcery dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Nov 06, 2015 at 01:45:09PM -0600, James Norris wrote:
> Okay, I'll fix this.
>
> After fixing, OK to commit?
>
> Thank you for taking the time for the review.
Well, isn't this patch really dependent on the other one?
Also, wonder about BLOCK stmt in Fortran, that can give you variables that
don't live through the whole function, but only a portion of it even in
Fortran.
Jakub