From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 965EE3858C20; Fri, 9 Sep 2022 08:56:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 965EE3858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662713776; bh=UNvVbdHkd0DHeYsRhRhZLr9DfmFhBq0SDWV6n8T9Dfk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iK8xIeUfzwTU/rkXVZKPQQCW59Xt1NWU+Xo0q3HIW8to90Ttxo6CtO7NnS+6Rajhg 8ymlnCZ67JU6/HMON5aQecO0astUuEJ/Xdzin3lCuEj9W5lDlC/j8THEVv9EO/F3G+ bbVSsJOzcW8kDUT6MSXHJk97o0aJOuKrAKs/qT2I= From: "luis.machado at arm dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/28465] Problems wit long double data in gdb ARM 64 aarch64 Date: Fri, 09 Sep 2022 08:56:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: luis.machado at arm dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: luis.machado at arm dot com 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D28465 --- Comment #4 from Luis Machado --- I can't reproduce this with GDB master. There might've been a bug in the handling of the pseudo registers. This is what I get: (gdb) p (long double) $q0 $2 =3D 19.7600000000000015631940186722204089 --=20 You are receiving this mail because: You are on the CC list for the bug.=