This is the mail archive of the gdb@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]

Re: Should gdb know "short unsigned int"?


> 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



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