This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/21675] Regression since 8.0 printing has changed format for decimal/octal/others


https://sourceware.org/bugzilla/show_bug.cgi?id=21675

--- Comment #4 from Pedro Alves <palves at redhat dot com> ---
(In reply to Tom Tromey from comment #2)
> (In reply to Jonah Graham from comment #1)
> > Here is another example, demonstrating the problem is not just octal
> > printing:
> 
> > $ gdb.8.0 -q -ex 'print/d 1.5' -ex quit
> > $1 = 1
> 
> > $ gdb.8.0 -q -ex 'print/u 1.5' -ex quit
> > $1 = 1
> 
> These still seem weird to me 

OOC, how would you see them ideally be printed?

> but I think we agreed to try to preserve this in:

> https://sourceware.org/ml/gdb-patches/2017-06/msg00314.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]