From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 035643858C35; Sun, 7 Apr 2024 04:03:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 035643858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712462590; bh=7ifo2EjgXvdw0xpzQG6sex5um1Ee9tYsYhD2Eajl90Y=; h=From:To:Subject:Date:From; b=gLh2N2QaQ8AYtg5KUop8l4X8rotWH+ANsqUEY5fDS+7i55HlPKzLjgCK5ao22NynF y8smRMe9W/UCow4EiayuUw37Aatfe39szwYW3dtF6wRR9hOPkwmofgUFIQRWV0MQM9 lvyLu6CPtP/y58zjyS838VR/H45lh0sl5R+LxVes= From: "g.peterhoff@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug libquadmath/114623] New: sqrt Date: Sun, 07 Apr 2024 04:03:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libquadmath X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: g.peterhoff@t-online.de 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D114623 Bug ID: 114623 Summary: sqrt Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libquadmath Assignee: unassigned at gcc dot gnu.org Reporter: g.peterhoff@t-online.de Target Milestone: --- Hello, sqrt does not work for std::numeric_limits<__float128>::max(). I have not checked other (special) values, perhaps the problem also occurs there. Please see https://godbolt.org/z/bx8or94v7 regards Gero=