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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-07-11
     Ever confirmed|0                           |1

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
(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 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]