From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 94D063858D37; Wed, 17 Apr 2024 23:23:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94D063858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713396197; bh=i5ch6ReVXVTkbIGXnctHcsuIZ01bHwzxu1OvOHqdObs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DlAoIISAOVhvLvhtfeH9KNQwNfU491NqMBdcEeEa0sGWO/iJieM+7ESlqMZo4wvRn pQfDskCznfBmyu06OE0FubVjxdVllOwLZdWlMUdiD0aa1qA1JiFtN0Z9x1AhD0W70z IMGk28jMIn19YiRcrP7Efo6Br8zIpVmU8SgTCh0Y= From: "vincent-gcc at vinc17 dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/114746] With FLT_EVAL_METHOD = 2, -fexcess-precision=fast reduces the precision of floating-point constants and floating-point constant expressions Date: Wed, 17 Apr 2024 23:23:17 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-gcc at vinc17 dot net 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: short_desc 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=3D114746 Vincent Lef=C3=A8vre changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|With FLT_EVAL_METHOD =3D 2, |With FLT_EVAL_METHOD =3D= 2, |-fexcess-precision=3Dfast |-fexcess-precision=3Dfast |reduces the precision of |reduces the precision of |floating-point constants |floating-point constants | |and floating-point constant | |expressions --- Comment #2 from Vincent Lef=C3=A8vre --- I've updated the bug title from "With FLT_EVAL_METHOD =3D 2, -fexcess-precision=3Dfast reduces the precision of floating-point constants= " to "With FLT_EVAL_METHOD =3D 2, -fexcess-precision=3Dfast reduces the precisio= n of floating-point constants and floating-point constant expressions" (I don't think that this deserves a separate bug).=