From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: Andrew Cagney Cc: GDB Subject: Re: Should gdb know "short unsigned int"? Date: Wed, 10 Oct 2001 16:04:00 -0000 Message-id: <20011010160407.A27429@lucon.org> References: <20011002155817.A6952@lucon.org> <3BC4BAE8.6070205@cygnus.com> X-SW-Source: 2001-10/msg00104.html On Wed, Oct 10, 2001 at 05:17:28PM -0400, Andrew Cagney wrote: > > Should gdb know "short unsigned int"? I got > > > > (gdb) p (short unsigned int) 10 > > A parse error in expression, near ` int) 10'. > > (gdb) p (unsigned short int) 10 > > $3 = 10 > > Does this still occure? MichaelS recently did some cleanups to do with > C's parser. > > If it does can you please at least file a bug report. > I don't know. Is the fix in gdb 5.1? H.J.