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/
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
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
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/