From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3A27D3858C33; Thu, 20 Jul 2023 07:31:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A27D3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689838272; bh=12viIKtGXsodx28YkZ2tF9eJxk4TiU8/8HbV5pLZEeA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t8gLh2HJIjYXbN4q2a+pWJKZ//N7FhVcyerkDSoouZAOUhXXqxHYXS7u6mKhy11B4 E/XiGxhgYQpv26SA3Pf6EJJ3nHTUwmxit0XjXLS3WhwNUEa2JY1S2Hgc3bF6Yk1sGs 3MkbA82j9bDBFV49dXgcyXfR+lnYvBPdn/fZoiYA= From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110749] wrong show float Date: Thu, 20 Jul 2023 07:31:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D110749 Andreas Schwab changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andreas Schwab --- 101.9225 cannot be represented exactly, the nearest representable value is 101.92249999999999943.=