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 #3 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Jonah Graham from comment #0)
> For example on current HEAD:

> $ gdb/gdb -q -ex 'print/o -5' -ex quit
> $1 = 037773777773

This bug is that one of the constants in print_octals_chars is wrong.
I guess it's been wrong for years and years and nobody noticed before...

-- 
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]