[gomp4] enable GOMP_MAP_FIRSTPRIVATE_INT in OpenACC
Tom de Vries
Tom_deVries@mentor.com
Fri Feb 10 12:54:00 GMT 2017
On 30/01/17 11:18, Thomas Schwinge wrote:
>> +static tree
>> +convert_from_firstprivate_pointer (tree var, bool is_ref, gimple_seq *gs)
>> +{
>> + tree type = TREE_TYPE (var);
>> + tree new_type = NULL_TREE;
>> + tree tmp = NULL_TREE;
>> + tree inner_type = NULL_TREE;
> [...]/source-gcc/gcc/omp-low.c: In function 'tree_node* convert_from_firstprivate_pointer(tree, bool, gimple**)':
> [...]/source-gcc/gcc/omp-low.c:16515:8: warning: unused variable 'inner_type' [-Wunused-variable]
Fixed while bootstrapping gomp-4_0-branch with --enable-werror.
Thanks,
- Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-unused-var-in-convert_from_firstprivate_int.patch
Type: text/x-patch
Size: 634 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20170210/54bb27a8/attachment.bin>
More information about the Fortran
mailing list