From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F06AE3858C53; Thu, 2 Mar 2023 15:55:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F06AE3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677772502; bh=iZ2fUc/PMxUt6cDZZS+yUSRTTtCh0tgC5iUdmFIJItw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gTNI7GBqtSuuCg03mU/fmlHuDgmJJKFexWVxLC/XGWYCabMQWQNu+N0BJLCYj/fqm ltKltk0qnrYx6m0t1RWeatuxRi7q9lbpyXY50uI/c90gFIdWXp/MzN/juT0+8rpudh ErixVbrCeFlj6NB9OE7/uO+kTuIBbxk2KSIbfEdc= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30161] x/f does not print values of _Float16 Date: Thu, 02 Mar 2023 15:55:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30161 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D70728e1d3964= 75e8e630bfdd3fb8e8c8211bdbbd commit 70728e1d396475e8e630bfdd3fb8e8c8211bdbbd Author: Tom Tromey Date: Fri Feb 24 09:19:32 2023 -0700 Handle half-float in 'x' command Using 'x/hf' should print bytes as float16, but instead it currently prints as an integer. I tracked this down to a missing case in float_type_from_length. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30161 Approved-By: Simon Marchi --=20 You are receiving this mail because: You are on the CC list for the bug.=