Hi Harald,
thanks for the review.
> this is bordering on the obvious and thus OK, except for:
Well, it wasn't so obvious, when was able to add a mistake ;-)
I have fixed that and committed as gcc-16-94-gcc2716a3f52.
Thanks again for the review,
Andre
>
> @@ -6967,7 +6972,8 @@ gfc_che
Hi Andre,
Am 22.04.25 um 15:07 schrieb Andre Vehreschild:
Hi all,
attached patch fixes an illegal use of gfc_current_locus during the
check()-phase of several coarray functions. Instead gfc_current_intrinsic_where
needs to be used.
this is bordering on the obvious and thus OK, except for:
@@
Hi all,
attached patch fixes an illegal use of gfc_current_locus during the
check()-phase of several coarray functions. Instead gfc_current_intrinsic_where
needs to be used. This error does not crash gfortran reliably. But valgrind
reports an access to uninitialized memory. I therefore do not know