From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id 06BB73857C52; Fri, 22 Oct 2021 08:19:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 06BB73857C52 Received: by mail-wm1-x32e.google.com with SMTP id l38-20020a05600c1d2600b0030d80c3667aso1772586wms.5; Fri, 22 Oct 2021 01:19:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Vtj3LaJ60klZ/ccwLl2SY7R8JhP9tffbESV+4y2zsds=; b=hh6eYNtFAQJ6vRw4ZBaGiCHIoZOt69XBF5mcDhK9ULj0ji7oRfUv7GNiB7rsvYzNNY dr69s0vxXgb6lY3i4JkAiwyGSvKt5F+S7R13k6ua6Bqd3vZljqPDLgxFsSv3YOuKG3kV cws4+kPaRGwvBSe2h0Anu/xeUdLKpBVh9iCDCM/1ZCKZNNDsGyTm9S84TrYbew3pMxqo v75rmI/7sqFNtZbT7JJM4KBpNHJogPf2SWAy8NuN4n7fjvy8PkuOd1ILoAiEdW0WVUDA YlD29mEl/sxHOW1S41/b6X11Xo54MgocEVkl6/RS8MsNMqqz0hS+AePGbJLHChJn0CNu 6SYA== X-Gm-Message-State: AOAM5312svL3WnkIYPb929D2g6Fp9uoDZ1xHT0gUDckPhx1VisERsUk+ jeTKply0XnVVcaxvN8B9uPIhjdJuROaQv/o2sTU= X-Google-Smtp-Source: ABdhPJxB0M8FISrHztvr2R81bRy+2cOFnk0wAD1+CghjzkypZRSHwO4Rlfi5kwsxUTMUsftGYl/SINYARZ249Mzeo/8= X-Received: by 2002:a7b:cd8a:: with SMTP id y10mr6442882wmj.185.1634890774972; Fri, 22 Oct 2021 01:19:34 -0700 (PDT) MIME-Version: 1.0 References: <01c32a3d-7a33-1866-667c-04689c0ae173@gmail.com> <327ebcb4-8502-ab31-ffda-e0be0740fcfc@codesourcery.com> In-Reply-To: <327ebcb4-8502-ab31-ffda-e0be0740fcfc@codesourcery.com> From: Paul Richard Thomas Date: Fri, 22 Oct 2021 09:19:23 +0100 Message-ID: Subject: =?UTF-8?Q?Re=3A_Jos=C3=A9=27s_pending_bind=28C=29_patches_=2F_status_=28was=3A_R?= =?UTF-8?Q?e=3A_=5BPatch=2C_fortran_V3=5D_PR_fortran=2F100683_=2D_Array_initializat?= =?UTF-8?Q?ion_refuses_valid=29?= To: Tobias Burnus Cc: =?UTF-8?Q?Jos=C3=A9_Rui_Faustino_de_Sousa?= , "fortran@gcc.gnu.org" , gcc-patches , Sandra Loosemore , Andrew Benson X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2021 08:19:38 -0000 Hi Tobias, My disappearance is partly responsible for the backlog. I told Jos=C3=A9 th= at I would start working on it some months since but just have not had the time. I can do some of the reviews but still do not have much time to spare. Perhaps you could divide them up between us. Andrew Benson has been working on some standards issues associated with a patch of mine that sorts out finalization for intrinsic assignment - PR64290. The main issue was that of finalization of finalizable types/classes that themselves have finalizable array components. I believe that the patch has it right, following a comparison between the (differing!) behaviour of other brands. We have also found a case where gfortran, with the patch applied, that still does not finalize when it should. I will work up a fix for this and will coordinate with Andrew to produce testcases as necessary, well before 15th November. Best regards Paul On Fri, 22 Oct 2021 at 08:42, Tobias Burnus wrote= : > Hi Jos=C3=A9, hi all, > > especially since my patch which moved the descriptor conversion from > libgfortran to gfortran is in, I wonder whether there are still patches > to be applied and useful testcases; I assume there are more issues in > Bugzilla, especially as I filled myself some (often related to > polymorphism or assumed rank). While I (and also Sandra) try to resolve > some bugs and look at testcases: > > it would be helpful if others =E2=80=93 in particular Jos=C3=A9 =E2=80=93= could check > whether: (a) PRs can be now closed, (b) testcases exist which still > should be added, (c) patches exist which still are applicable (even if > they need to be revised). (Partial/full list below.) > > I hope that we can really cleanup this backlog =E2=80=93 and possibly fix= also > some of the remaining bugs before GCC 12 is released! > > And kudos to Jos=C3=A9 for the bug reports, testcases and patches =E2=80= =93 and sorry > for slow reviews. I hope we resolve the pending issues and be quicker in > future. > > Tobias > > PS: Old and probably current but incomplete pending patch list: > > On 21.06.21 17:21, Jos=C3=A9 Rui Faustino de Sousa wrote: > > On 21/06/21 12:37, Tobias Burnus wrote: > >> Thus: Do you have a list of patches pending review? > > > > https://gcc.gnu.org/pipermail/fortran/2021-April/055924.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-April/055933.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056168.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056167.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056163.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056162.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056155.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056154.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056152.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056159.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-April/055982.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-April/055949.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-April/055946.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-April/055934.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html > > > > https://gcc.gnu.org/pipermail/fortran/2021-April/055921.html > > > > I am not 100% sure this is all of them but it should be most. > ----------------- > Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 2= 01, > 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: > Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaft: M=C3=BCnchen; > Registergericht M=C3=BCnchen, HRB 106955 > --=20 "If you can't explain it simply, you don't understand it well enough" - Albert Einstein