From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 898F2388A834; Tue, 21 Jul 2020 12:12:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 898F2388A834 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595333563; bh=1thhfLiVYhE29BQQ1OoL9flcxvgh5hdi4a60Pt1XiwE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xkVLGSx4J5o7e1p/eA7aWCc65UjLATmK6Vb9CRE3COwey1g8g7ORJiKMI/vWRLyCf MRFUHNU0zdoLxFnLgA7rR1E4/1ksUHuMbkf6KNpa8oJhm7+XNGlhgJ3EIyGpk9j8Xz XIe224Jji67YFqcqGeHfcWLGf/nY56rpe9CwrDdg= From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP Date: Tue, 21 Jul 2020 12:12:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 9.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2020 12:12:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93567 --- Comment #7 from Dominique d'Humieres --- > It gets complicated quickly with all the corner cases.=20 I tried to simplify, but I did find anything simpler and working. > Last line of the added logic needs a space before the 0 Yes. I have learnt enough git to follow the GCC evolution, but I am not ready (y= et?) to do any commit.=