https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107000
--- Comment #22 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Tue, Oct 04, 2022 at 09:20:33PM +0000, anlauf at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107000 > > --- Comment #21 from anlauf at gcc dot gnu.org --- > Submitted: https://gcc.gnu.org/pipermail/fortran/2022-October/058280.html > Thanks Harald! In looking at the patch, there is a gcc_assert (op1->ts.type != BT_UNKNOWN); in reduce_binary_ac() near line 1334 and gcc_assert (op2->ts.type != BT_UNKNOWN); in reduce_binary_ca() near line 1386 that I think can go away.