From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B84D1385801E; Mon, 24 Oct 2022 19:53:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B84D1385801E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666641218; bh=qjFr/0cr7t0OyCinfpeAGPRNnCfUycG1X3yvlAFPmYk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aBaT5XaVizm/pR7JrLsc/s+sIbHFbjOH4SlwEdFI6jVlyw4PiM/SWE5kd8PrVd2cF siLZ5/5lU0suhsIdYsauy7ODzmxGQnsQOq6t8zxu65TCOBEM+oOkHYj72XbSiTZEBN Af17Z3vT2WAWkMLUQNYtCaxzlmp11La05GBuS+rQ= From: "jacob at jacob dot remcomp.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107370] long double sqrtl constant folding is wrong Date: Mon, 24 Oct 2022 19:53:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.2.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jacob at jacob dot remcomp.fr X-Bugzilla-Status: NEW 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=3D107370 --- Comment #6 from jacob navia --- mpfr_init2 (m, SIGNIFICAND_BITS); How much is that SIGNIFICAND_BITS? I guess that is the problem.=