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"?


> 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?

Looks like the bug is still there :-(  Care to fix the trunk?

Andrew



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