[Bug fortran/85786] Segfault in associated intrinsic

2018-05-15 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85786 --- Comment #3 from Steve Kargl --- On Tue, May 15, 2018 at 04:50:41AM +, angus at agibson dot me wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85786 > > --- Comment #2 from Angus Gibson --- > Changing the declaration of e to also

[Bug fortran/85786] Segfault in associated intrinsic

2018-05-14 Thread angus at agibson dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85786 --- Comment #2 from Angus Gibson --- Changing the declaration of e to also be 'target', and associating the pointer: CS%v(2)%p => e if (query_ptr(e, CS)) then ... still causes the segfault. Perhaps I disconnected this from the

[Bug fortran/85786] Segfault in associated intrinsic

2018-05-14 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85786 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---