This is the mail archive of the gdb-prs@sources.redhat.com 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]

gdb/239: p (short unsigned int) 10 doesn't work



>Number:         239
>Category:       gdb
>Synopsis:       p (short unsigned int) 10 doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 01 16:38:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     hjl@lucon.org
>Release:        5.0
>Organization:
>Environment:

>Description:
(gdb) p (short unsigned int) 10
A parse error in expression, near ` int) 10'.
(gdb) p (unsigned short int) 10
$3 = 10
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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