From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA94B3858D39; Thu, 29 Jun 2023 08:44:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA94B3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688028255; bh=XlgwQ5kV2j1z01XTYRC+M4NxmFUTjiqymgbyLLJjZxs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DBUUJjsW0OQ+RfVPkyxaNueomRkj4ZgR/7f2SZjjc1XRcm1dAe1acCKjUqxwDv/G7 sOIOUP1EqpV7J07DLaN6YpLwmT+MIvtyObDrpgVz3J47EjFjEV3lcsooC+hEbeUH87 yCM/VzM991/u0jNlNIx9tKeq4jFkKnSjgKeIqpzA= From: "pdimov at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110477] -fexcess-precision=standard not applied consistently Date: Thu, 29 Jun 2023 08:44:15 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pdimov at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: 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=3D110477 --- Comment #6 from Peter Dimov --- I suppose this is unfixable because there's all sorts of code assuming that= the value of (long double)3.14 is 3.14L and not (long double)(double)3.14L. I doubt that anyone sane expects this from (long double)3.14F, but it's not feasible to change one but not the other. Bafflings will continue until morale improves.=