Should gdb know "short unsigned int"?

Andrew Cagney ac131313@cygnus.com
Wed Oct 10 14:18:00 GMT 2001


> 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




More information about the Gdb mailing list