This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

pr9164 patch


I was rooting around in the gdb c++ bug list a bit ago and came across this one: "sizeof should have unsigned type in print expressions." Assuming that, as in C/C++, size_t is typedeffed from unsigned int, the fix is a one-line patch in c-exp.y, attached. If that assumption is wrong, well, never mind...

Attachment: pr9164.patch
Description: Text document

Attachment: pr9164-check.diff
Description: Text document


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