Re: [PATCH, Fortran, pr70696, v1] [Coarray] ICE on EVENT POST of host-associated EVENT_TYPE coarray

2017-01-13 Thread Andre Vehreschild
Hi Jerry, thanks for the review. Committed as r244407. Will backport to gcc-6 in a week or so. Regards, Andre On Thu, 12 Jan 2017 10:11:37 -0800 Jerry DeLisle wrote: > On 01/12/2017 03:45 AM, Andre Vehreschild wrote: > > Hi all, > > > > attached patch fixes

Re: [PATCH, Fortran, pr70696, v1] [Coarray] ICE on EVENT POST of host-associated EVENT_TYPE coarray

2017-01-12 Thread Jerry DeLisle
On 01/12/2017 03:45 AM, Andre Vehreschild wrote: > Hi all, > > attached patch fixes the ICE when using an event in a subroutine. The reason > for the ICE was that the backend_decl of the symbol to event on was not set > when accessed. The patch ensures this. Furthermore did I fix a invalid memory

[PATCH, Fortran, pr70696, v1] [Coarray] ICE on EVENT POST of host-associated EVENT_TYPE coarray

2017-01-12 Thread Andre Vehreschild
Hi all, attached patch fixes the ICE when using an event in a subroutine. The reason for the ICE was that the backend_decl of the symbol to event on was not set when accessed. The patch ensures this. Furthermore did I fix a invalid memory access in the caf_single lib, where to less memory was