From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: "H . J . Lu" Cc: GDB Subject: Re: Should gdb know "short unsigned int"? Date: Wed, 10 Oct 2001 14:18:00 -0000 Message-id: <3BC4BAE8.6070205@cygnus.com> References: <20011002155817.A6952@lucon.org> X-SW-Source: 2001-10/msg00100.html > 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. Andrew