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 symtab/8748] gdb


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

weimin.pan at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |weimin.pan at oracle dot com

--- Comment #4 from weimin.pan at oracle dot com ---
Problem is no longer reproducible with upstream gdb(on amd64/aarch6/sparc64): 

% gdb a.out
(gdb) b 23
Breakpoint 1 at 0x100800: file t.c, line 23.
(gdb) r
Starting program: /tmp/8748/t.x

Breakpoint 1, norm_inf (A=0x3fffffff370, nf=4, nc=4) at t.c:23
23         return findmax(suma, nc);
(gdb) p suma
$1 = {16, 9, 5, 9}
(gdb) whatis suma
type = double [4]

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