https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102900

--- Comment #6 from anlauf at gcc dot gnu.org ---
(In reply to anlauf from comment #5)
> (In reply to anlauf from comment #4)
> > The ICE is resolved by Jose's patch to PR100136, which was just accepted.

Update: with current mainline (PR100136 now fixed), the runtime failure of
alloc_comp_class_4.f03 with -fcheck=all is due to a missing allocate in
function c_init2.  Adding

    allocate (c_init2)

resolves this.  This testcase is thus incompatible with -fcheck=pointer.

> ... but not for proc_ptr_52.f90 with -fcheck=pointer

This one remains.

Reply via email to