From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by sourceware.org (Postfix) with ESMTPS id 545443858C78 for ; Fri, 17 Feb 2023 03:47:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 545443858C78 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=protonmail.com Date: Fri, 17 Feb 2023 03:46:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1676605621; x=1676864821; bh=LisgmC/orZ+/yNvXcpfFIcIvc9H3gtVqIvXogS889w0=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=xUeoKEXi9GKZeWWCSO9MsWCsVzSypNPHrZpCZm94yNkAK8xnok9BK6pir952ZYGtr 4NYRVuEX1kHJx0GLielswIJPk22H9jLA3xM4MmSOvR90gEQPmjYAxOHchAgaTvut5T 8StoEpjfrKQ6xicqvODZWzjsfZjjHCf98ulKRD6wtbHuX72/+CvNE3jfPQcmYtdkA2 4wqbimHp41ZJMxYZqBejec/rGfQyoS/SKHi6lyZAnoGvkJhnfyAz6QSca5bZj5ei2W DsNYRpqk8X4qtHtNtanltDzK8o/OaFbzbCFZnrYNw3XnlMUSMYz5HHSjbehGLknxqc QczxLyIFePdDA== To: gfortran From: Jerry DeLisle Cc: gcc-patches Subject: [PATCHES, Committed] As obvious Message-ID: Feedback-ID: 34907122:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Committed as obvious: commit 061b13ed014ba0b6891800a5c7f852bf58e4d856 Author: Jerry DeLisle Date: Thu Feb 16 18:13:56 2023 -0800 Fortran Tests: Allow passing on mingw. gcc/testsuite/ChangeLog: * gfortran.dg/bind_c_array_params_2.f90: Add *-*-ming* to dg-final. and commit f978585c2939691176ad8d3fa9c2e4e91ed18bf4 (HEAD -> master, origin/master, origin/HEAD) Author: Jerry DeLisle Date: Thu Feb 16 19:29:44 2023 -0800 Fortran test: Modify test cases to pass on mingw. gcc/testsuite/ChangeLog: * gfortran.dg/ISO_Fortran_binding_14.f90: Change example function to CLOCK which is available on mingw as well as other platforms. * gfortran.dg/pr96486.f90: Change variable to PATH likewise.