From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 650503858C30; Tue, 13 Feb 2024 00:43:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 650503858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707785014; bh=85s2PGsTn3W0iN4RB4uY+llc8Hl8vZbMtcASfv1Un/M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HImQlUQSi7AXteqTp/O8J7A8qwAECZBz51nF4OyUKrGPNVwDiKoBsEoL5Hz/TKFry QJ/MAdur/9TfM2K7dlDhWjGsFg/GasD/T4RablGII6f4lR4uW8vGPk47RWpBKpARGu E03i6wsAb613wpiz9QT9TCwzdBGIOA/X7cZpXZAM= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/111022] ES0.0E0 format gave ES0.dE0 output with d too high. Date: Tue, 13 Feb 2024 00:43:34 +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: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111022 Jerry DeLisle changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #38 from Jerry DeLisle --- Fixed on trunk and 13=