From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x129.google.com (mail-lf1-x129.google.com [IPv6:2a00:1450:4864:20::129]) by sourceware.org (Postfix) with ESMTPS id 17CB83858D1E for ; Fri, 13 Oct 2023 06:32:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 17CB83858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lf1-x129.google.com with SMTP id 2adb3069b0e04-5042bfb4fe9so2256591e87.1 for ; Thu, 12 Oct 2023 23:32:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697178731; x=1697783531; darn=gcc.gnu.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=LHG7ZNEuRXcr4sKLiQMSPpur/WJ6meR0UfXPXMYiBlE=; b=FA5MusEsnYagcJXLPgS6/e7Xf5rNgmOL8biW/iy/3w69D/C04lMixubCy7dIdHWlJD vgYp74s6h8KfakP3/C/4O5dFLrdaK9E0hTiVFcskYkGRqc67BLSACscbXgQdeAJRih++ jRrov6jLOKJLfgWNiqiMG64koMHAdnQ9vGtQotlWhOkHGn8Y2iIvVZ2yxhDDH9fz6BD3 ATVplgQ1IdOzlws8XjgnipU87VJ6n9TLiv9ZiNIhhkqkx7SK5vFT918d/Xb8LSUgT2BV JNevJ1xqO7Xke7pBWkJdNVRetWgyJRe1VQEzLS+4Om/i8UMdz9ZT9AsA2FCPsHu6vPE+ R2RQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697178731; x=1697783531; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=LHG7ZNEuRXcr4sKLiQMSPpur/WJ6meR0UfXPXMYiBlE=; b=QVr9bTwT2JN220tFjI2/IA47udSqE83CWyYJ7n7l+VkxV4crmlmRwhRtRKkO9qi8fC IRPNtiGjYXUas1bopVfzqhNpKvKdnH48R3PirEqkjEnZRGMgzaES0qbLVo//C9lQeAN6 WC8GnPijMIMoZqtf+9W73b+BXmI8uc8xX90g/RR5KpojvG5W/nHJI19bJtYXdoFRNDSQ +/oDaQn5rpqnV70K3edSEGlCFctGY2dVCnZDI6oXVl5Jeq4CSqTeUO3xtIXgtUcpWBcn qyhbKw5XYSFbjndvQggQBr0O+BLjT4yAubQ0YBSB6VOu6zjarRK7uYkh8FgoBmiy4Vhm SmIg== X-Gm-Message-State: AOJu0YxP7P9M1IdKu7e66mBoaoUchnTvMybH2sdVgkdqIZXogKvQghUZ ldc8GN+lxm0W/5EZgS8CGs/zMGTYMI49Kq9fVdI= X-Google-Smtp-Source: AGHT+IFtN/P7gOltf6taRieucU6gboUQXGWD7aXG4tw7KOaFdXyAiq2879BL7aHTqL6M2LMPZCx+/7BdonmmllFPdsg= X-Received: by 2002:a19:e00a:0:b0:503:38f2:6e1 with SMTP id x10-20020a19e00a000000b0050338f206e1mr19587409lfg.5.1697178731004; Thu, 12 Oct 2023 23:32:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Richard Biener Date: Fri, 13 Oct 2023 08:31:58 +0200 Message-ID: Subject: Re: PR fortran/39627 [meta-bug] Fortran 2008 support To: Paul Richard Thomas Cc: "fortran@gcc.gnu.org" , Ian Chivers , Jane Sleightholme Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, Oct 12, 2023 at 6:54=E2=80=AFPM Paul Richard Thomas wrote: > > I have posted the version 4 of Ian Chivers and Jane Sleightholme's F2008 = compliance table as an attachment to PR39627. > > With Harald Anlauf's help it has been updated to correspond to gfortran 1= 3.2. In the previous return for gfortran, a number of lines had not been fi= lled out at all. This has now been done and a rather rough and ready testca= se providing the "evidence" for compliance or not has also been posted on t= he PR. > > I would welcome comments/corrections if they are also posted on the PR. > > I am halfway through the F2018 table and will post it on PR85836 when I h= ave done as much as I can. I am out for a week and so this will most likely= happen at the end of October. Jerry DeLisle has helped out with lines 3.x = of this table. > > As well as being a reply to Ian and Jane, I hope that the tables and test= cases will serve as a resource for gfortran developers as a more systematic= supplement to the meta-bug dependences. Btw, C++ has https://gcc.gnu.org/projects/cxx-status.html on the main web pages (though I needed to use google to find it, discoverability on our webpage isn't too great :/). Maybe something similar can be set up for Fortran instead of relying on a bugreport? Richard. > Regards > > Paul >