[gomp4] Fix use of declare'd vars by routine procedures.

2016-02-03 Thread James Norris
I've backported this patch from trunk to gomp-4_0-branch. This patch updates a previous patch to gomp4 in dealing with variables used within a routine procedure. Reference: https://gcc.gnu.org/ml/gcc-patches/2016-01/msg01231.html Thanks, Jim ChangeLog entries... gcc/

Re: [gomp4] Fix use of declare'd vars by routine procedures.

2016-01-11 Thread James Norris
Hi! On 01/11/2016 05:55 AM, Thomas Schwinge wrote: Hi! On Thu, 7 Jan 2016 12:57:32 -0600, James Norris wrote: The checking of variables declared by OpenACC declare directives used within an OpenACC routine procedure was not being done correctly. This fix adds the checking required and also a

Re: [gomp4] Fix use of declare'd vars by routine procedures.

2016-01-11 Thread Thomas Schwinge
Hi! On Thu, 7 Jan 2016 12:57:32 -0600, James Norris wrote: > The checking of variables declared by OpenACC declare directives > used within an OpenACC routine procedure was not being done correctly. > This fix adds the checking required and also adds to the testing. > > This fix resolves the is

[gomp4] Fix use of declare'd vars by routine procedures.

2016-01-07 Thread James Norris
Hi! The checking of variables declared by OpenACC declare directives used within an OpenACC routine procedure was not being done correctly. This fix adds the checking required and also adds to the testing. This fix resolves the issue pointed out by Cesar with declare-4.c (https://gcc.gnu.org/ml/