From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 150773858D39; Thu, 29 Jun 2023 08:00:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 150773858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688025632; bh=bWWAFj8zGe3NO9xjWjW8U/TichyGjBooJ3RKxMdknV0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ROCrtoIxSzqQ6iWPsq61QwJzOa5jTXVaE7qEO7rvfv3LEfkMS4fIdpCHHDTG0zGF7 5b8hCat/L2qokPZtYk9tAjFL/3FmuLr8+vzBlv5vYjZZ23Ej5bs/GwWhWXd3fHFxBv WwKo+EZ/4btlG6IlkwS4idDBcVfpdWqDbWrAIXVI= 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:00:31 +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: UNCONFIRMED X-Bugzilla-Resolution: 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 #1 from Peter Dimov --- Looks like a duplicate of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D10= 8742 and is fixed by casting the rhs to (float), but any ordinary programmer wou= ld be baffled. For context, I encountered this regression in the Boost.Variant2 test suite when I added GCC 13 to CI.=