From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 119DC38515E8; Mon, 21 Jun 2021 15:21:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 119DC38515E8 Received: by mail-wm1-x32d.google.com with SMTP id w13so4169082wmc.3; Mon, 21 Jun 2021 08:21:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=meZfmhrvBIv/go/8d3wTeMYw8M+cM69XuMfJXSvZFFI=; b=RFYa3YxDM8CnMBFC1OYL8J5GJ/bMLq053we8P41hvYjj2gMGzh88CTLgLO0oftD95/ 0ZB7l5+tY9s5B5Z211mgiC26Z/Sfpzu8LsH4oLgdIn1lVX7sjoAn/2HWEXnK2i19EOKS sumW4hf3pRYCcl41r1T7hY+xmN6SeJu8IUU4pkp0BUaawMFEbFSEfTCUGJmHZEpc7suS DTPBo9WZX9Y5CznIXVzmvMNU1Wce90//FOw2ZV06pJEOUeZA5S+nQ744EJcJqa2DbTzX ypjy7I7Ehj40AcYh+5+janL7BEFqGmbomkkuRCBfo6zNeisy6yFd0WF8anqW3EFyZLkA xOxw== X-Gm-Message-State: AOAM532aKpESw9znSWfqzlFyPszhYVTl9RLszP7+DQpsucDBr6U7ncph rp6MGei8ybQqaQ/dhalSW5Ad7i++iIrc9A== X-Google-Smtp-Source: ABdhPJzGVnF1KFpT83YNtIXt4CiT3lVNyIlt5ReeIa7yReYUS+GrM7KxzcvqsYNWfJmrxYpcSkWZGA== X-Received: by 2002:a05:600c:2184:: with SMTP id e4mr24219182wme.40.1624288915878; Mon, 21 Jun 2021 08:21:55 -0700 (PDT) Received: from ?IPv6:2001:8a0:7d79:6000:9ef3:95cc:cfcc:7e5f? ([2001:8a0:7d79:6000:9ef3:95cc:cfcc:7e5f]) by smtp.googlemail.com with ESMTPSA id s7sm18277530wru.67.2021.06.21.08.21.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 21 Jun 2021 08:21:55 -0700 (PDT) Subject: Re: [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid To: Tobias Burnus , fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org References: From: =?UTF-8?Q?Jos=c3=a9_Rui_Faustino_de_Sousa?= Message-ID: <01c32a3d-7a33-1866-667c-04689c0ae173@gmail.com> Date: Mon, 21 Jun 2021 15:21:54 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: Mon, 21 Jun 2021 15:21:58 -0000 Hi Tobias, 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. > Secondly, I assume > you can commit or do you have commit issues? > Up to now there were no problems. Best regards, José Rui