https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98904
David Binderman <dcb314 at hotmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vehre at gcc dot gnu.org
--- Comment #2 from David Binderman <dcb314 at hotmail dot com> ---
git blame says
574284e9c496 (Andre Vehreschild 2016-10-22 14:33:38 +0200 11339)
else if (flag_coarray == GFC_FCOARRAY_LIB
574284e9c496 (Andre Vehreschild 2016-10-22 14:33:38 +0200 11340)
&& lhs_caf_attr.codimension && rhs_caf_attr.codimension
8c92e4522ddd (Andre Vehreschild 2016-12-14 13:49:45 +0100 11341)
&& ((lhs_caf_attr.allocatable && lhs_refs_comp)
8c92e4522ddd (Andre Vehreschild 2016-12-14 13:49:45 +0100 11342)
|| (rhs_caf_attr.allocatable && rhs_refs_comp)))
3c9f5092c6d3 (Andre Vehreschild 2016-09-19 15:45:40 +0200 11343) {
Perhaps Andre can offer an opinion.