Re: [gomp4] backport parallel reduction changes

2016-04-12 Thread Thomas Schwinge
Hi Cesar! On Mon, 11 Apr 2016 16:23:40 -0700, Cesar Philippidis wrote: > This patch backports the reduction changes in trunk to gomp-4_0-branch. Thanks! > Prior to this patch, gomp-4_0-branch was having the gimplifier create a > temporary variable for reference-typed

[gomp4] backport parallel reduction changes

2016-04-11 Thread Cesar Philippidis
This patch backports the reduction changes in trunk to gomp-4_0-branch. Prior to this patch, gomp-4_0-branch was having the gimplifier create a temporary variable for reference-typed reductions. That's no longer necessary with this patch. Besides for the reference reduction changes, this patch