Re: [patch,gomp-4_0-branch] reductions with reference vars

2014-07-28 Thread Cesar Philippidis
On 07/28/2014 09:27 AM, Thomas Schwinge wrote: > On Mon, 28 Jul 2014 07:26:30 -0700, Cesar Philippidis > wrote: >> After testing the reduction clause inside fortran subroutines, I noticed >> that I wasn't handling reference variables properly. This patch fixes >> that. Is this OK for gomp-4_0-br

Re: [patch,gomp-4_0-branch] reductions with reference vars

2014-07-28 Thread Thomas Schwinge
Hi Cesar! On Mon, 28 Jul 2014 07:26:30 -0700, Cesar Philippidis wrote: > After testing the reduction clause inside fortran subroutines, I noticed > that I wasn't handling reference variables properly. This patch fixes > that. Is this OK for gomp-4_0-branch? Yes, thanks! Grüße, Thomas pgpAk

[patch,gomp-4_0-branch] reductions with reference vars

2014-07-28 Thread Cesar Philippidis
Hi Thomas, After testing the reduction clause inside fortran subroutines, I noticed that I wasn't handling reference variables properly. This patch fixes that. Is this OK for gomp-4_0-branch? Thanks, Cesar 2014-07-24 Cesar Philippidis gcc/ * omp-low.c (get_base_type): New function. (scan_s