From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-26.smtpout.orange.fr [80.12.242.26]) by sourceware.org (Postfix) with ESMTPS id CBEB63857711 for ; Fri, 17 Nov 2023 12:07:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CBEB63857711 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=orange.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=orange.fr ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CBEB63857711 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=80.12.242.26 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700222830; cv=none; b=GCoVGOxj7OHGmrdm8uULg5V4N7QTUVWjJKvt/FnxX9M0K26+2DkTPHlndTVWfhC6gaAaaxWyMfpsxnV7u4ahZ00ZNtJ64en0g3XayRHnTotn+EnJolVNDq7o0XTAAUIRq+nmShdh9vrBA6Gm/zS/hhwrVpJA3X/bQ3wm7cY9AjE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700222830; c=relaxed/simple; bh=k50S8GtQV/lcG9adubdX4SU3r/xuPDoxwRoTqWMXoJY=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=cUs03UW7vrMG8ZkPTrlqTCLCpRJ4UKKwOG9pvgabANy9OLED8jpQpZl+xy5XrQc+v0scPfvm8m2fquJNCkGLQp/GF6XH/sU94iqXUhw9qZM0CYU1iogDc2gYLr4soyoNcLR9mY58XnjzvHQZTlBuQ7WkF2p+PeiIvxKhWJQXN54= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from [192.168.1.13] ([86.215.161.51]) by smtp.orange.fr with ESMTPA id 3xchr7iudQx2I3xcorjXyO; Fri, 17 Nov 2023 13:07:06 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1700222826; bh=oJTJ+4mHWnpS9RUPqBSLsdsGujKmpvEBRyoD8YFwZOE=; h=Date:Subject:To:References:From:In-Reply-To; b=GAdGBMX5tEL5CDezMK19Rv4INzAxWyWv45R1THsz4cOe9PMp1qkRZpzZEKaVMaR0n afZy9KSTo1rTwXiC+/1C8y0GbjVu0MlbOaeljNRpbFe3hHF8sptzffMTyqonMsbb/g /u5vR0LLO1YV4niHy8n/WOqWBzJixs91D6UaJcsqS8M6TAHnEFPA+zaLwsN/4Y8FLo /LErI/ecfSsi2RHTOxT2KOe3Ww1eNXYhrN9Z2FUCWfRZPQ0/yRoqjAovsWbPyE/AE1 TlODaxGKR2Bv3YeEpTyd1jmv1YDue6j61KaghTe5zxd7xYNDYnfuei8KThnLMso7ov 8PWKuw05zYQ3Q== X-ME-Helo: [192.168.1.13] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Fri, 17 Nov 2023 13:07:06 +0100 X-ME-IP: 86.215.161.51 Message-ID: <78bd4211-936c-4c3f-b57e-c08fc49345f6@orange.fr> Date: Fri, 17 Nov 2023 13:06:59 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [Patch] Fortran: Accept -std=f2023, update line-length for Fortran 2023 To: Tobias Burnus , Harald Anlauf , gcc-patches , fortran References: <750b022e-0291-4d35-9cd1-0957023cbb4a@gmx.de> <6b62f178-e3c4-4bdb-b7cc-eb57477cd27d@codesourcery.com> Content-Language: en-US From: Mikael Morin In-Reply-To: <6b62f178-e3c4-4bdb-b7cc-eb57477cd27d@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Le 17/11/2023 à 12:38, Tobias Burnus a écrit : > > Unless there are follow up comments, I will commit it later today. > I skimmed quickly through the patch, and noticed one typo to fix: > diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi > index 10387e39501..5f87b330a22 100644 > --- a/gcc/fortran/invoke.texi > +++ b/gcc/fortran/invoke.texi > @@ -958,8 +959,8 @@ The following example will trigger the warning. > @item -Wampersand > Warn about missing ampersand in continued character constants. The > warning is given with @option{-Wampersand}, @option{-pedantic}, > -@option{-std=f95}, @option{-std=f2003}, @option{-std=f2008} and > -@option{-std=f2018}. Note: With no ampersand given in a continued > +@option{-std=f95}, @option{-std=f2003}, @option{-std=f2008}, @option{-std=f2018} > +and @option{-std=f203}. Note: With no ampersand given in a continued > character constant, GNU Fortran assumes continuation at the first > non-comment, non-whitespace character after the ampersand that > initiated the continuation. s/f203/f2023/